A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/neovim/neovim/commit/6795c9772b07a7eeb154bf9cc132bf50fa4ddcaa below:

remove trailing spaces in vim.vim · neovim/neovim@6795c97 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+10

-10

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+10

-10

lines changed Original file line number Diff line number Diff line change

@@ -46,14 +46,14 @@ syn match vimTermOption contained "t_%i"

46 46

syn match vimTermOption contained "t_k;"

47 47 48 48

" unsupported settings: these are supported by vi but don't do anything in vim {{{2

49 -

syn keyword vimErrSetting contained hardtabs ht w1200 w300 w9600

49 +

syn keyword vimErrSetting contained hardtabs ht w1200 w300 w9600

50 50

"}}}2

51 51

syn case ignore

52 52

" Highlight commonly used Groupnames {{{2

53 -

syn keyword vimGroup contained Comment Constant String Character Number Boolean Float Identifier Function Statement Conditional Repeat Label Operator Keyword Exception PreProc Include Define Macro PreCondit Type StorageClass Structure Typedef Special SpecialChar Tag Delimiter SpecialComment Debug Underlined Ignore Error Todo

53 +

syn keyword vimGroup contained Comment Constant String Character Number Boolean Float Identifier Function Statement Conditional Repeat Label Operator Keyword Exception PreProc Include Define Macro PreCondit Type StorageClass Structure Typedef Special SpecialChar Tag Delimiter SpecialComment Debug Underlined Ignore Error Todo

54 54 55 55

" Default highlighting groups {{{2

56 -

syn keyword vimHLGroup contained ColorColumn Cursor CursorColumn CursorIM CursorLine CursorLineFold CursorLineNr CursorLineSign DiffAdd DiffChange DiffDelete DiffText Directory EndOfBuffer ErrorMsg FoldColumn Folded IncSearch LineNr MatchParen Menu ModeMsg MoreMsg NonText Normal Pmenu PmenuSbar PmenuSel PmenuThumb Question QuickFixLine Scrollbar Search SignColumn SpecialKey SpellBad SpellCap SpellLocal SpellRare StatusLine StatusLineNC TabLine TabLineFill TabLineSel Title Tooltip VertSplit Visual WarningMsg WildMenu

56 +

syn keyword vimHLGroup contained ColorColumn Cursor CursorColumn CursorIM CursorLine CursorLineFold CursorLineNr CursorLineSign DiffAdd DiffChange DiffDelete DiffText Directory EndOfBuffer ErrorMsg FoldColumn Folded IncSearch LineNr MatchParen Menu ModeMsg MoreMsg NonText Normal Pmenu PmenuSbar PmenuSel PmenuThumb Question QuickFixLine Scrollbar Search SignColumn SpecialKey SpellBad SpellCap SpellLocal SpellRare StatusLine StatusLineNC TabLine TabLineFill TabLineSel Title Tooltip VertSplit Visual WarningMsg WildMenu

57 57

syn match vimHLGroup contained "Conceal"

58 58

syn keyword vimOnlyHLGroup contained LineNrAbove LineNrBelow StatusLineTerm Terminal VisualNOS

59 59

syn keyword nvimHLGroup contained Substitute TermCursor TermCursorNC

@@ -88,10 +88,10 @@ if exists("g:vimsyn_folding") && g:vimsyn_folding =~# '[afhlmpPrt]'

88 88

else

89 89

com! -nargs=* VimFoldm <args>

90 90

endif

91 -

if g:vimsyn_folding =~# 'p'

92 -

com! -nargs=* VimFoldp <args> fold

93 -

else

94 -

com! -nargs=* VimFoldp <args>

91 +

if g:vimsyn_folding =~# 'p'

92 +

com! -nargs=* VimFoldp <args> fold

93 +

else

94 +

com! -nargs=* VimFoldp <args>

95 95

endif

96 96

if g:vimsyn_folding =~# 'P'

97 97

com! -nargs=* VimFoldP <args> fold

@@ -148,8 +148,8 @@ syn match vimNumber '-\d\+\%(\.\d\+\%([eE][+-]\=\d\+\)\=\)\=' skipwhite nextgro

148 148

syn match vimNumber '\<0[xX]\x\+' skipwhite nextgroup=vimGlobal,vimSubst,vimCommand,vimComment,vim9Comment

149 149

syn match vimNumber '\%(^\|\A\)\zs#\x\{6}' skipwhite nextgroup=vimGlobal,vimSubst,vimCommand,vimComment,vim9Comment

150 150

syn match vimNumber '\<0[zZ][a-zA-Z0-9.]\+' skipwhite nextgroup=vimGlobal,vimSubst,vimCommand,vimComment,vim9Comment

151 -

syn match vimNumber '0[0-7]\+' skipwhite nextgroup=vimGlobal,vimSubst,vimCommand,vimComment,vim9Comment

152 -

syn match vimNumber '0[bB][01]\+' skipwhite nextgroup=vimGlobal,vimSubst,vimCommand,vimComment,vim9Comment

151 +

syn match vimNumber '0[0-7]\+' skipwhite nextgroup=vimGlobal,vimSubst,vimCommand,vimComment,vim9Comment

152 +

syn match vimNumber '0[bB][01]\+' skipwhite nextgroup=vimGlobal,vimSubst,vimCommand,vimComment,vim9Comment

153 153 154 154

" All vimCommands are contained by vimIsCommand. {{{2

155 155

syn match vimCmdSep "[:|]\+" skipwhite nextgroup=vimAddress,vimAutoCmd,vimEcho,vimIsCommand,vimExtCmd,vimFilter,vimLet,vimMap,vimMark,vimSet,vimSyntax,vimUserCmd

@@ -574,7 +574,7 @@ syn match vimHiBang contained "!" skipwhite nextgroup=@vimHighlightCluster

574 574 575 575

syn match vimHiGroup contained "\i\+"

576 576

syn case ignore

577 -

syn keyword vimHiAttrib contained none bold inverse italic nocombine reverse standout strikethrough underline underlineline undercurl underdot underdash

577 +

syn keyword vimHiAttrib contained none bold inverse italic nocombine reverse standout strikethrough underline underlineline undercurl underdot underdash

578 578

syn keyword vimFgBgAttrib contained none bg background fg foreground

579 579

syn case match

580 580

syn match vimHiAttribList contained "\i\+" contains=vimHiAttrib

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4