Skip to content

Commit 91147c7

Browse files
maxauthoritytimss
authored andcommitted
remove preload option
1 parent 66e77a1 commit 91147c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vimperator/contrib/vim/syntax/vimperator.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ syn match vimperatorOption "\<\%(no\|inv\)\=\%(errorbells\|eb\|exrc\|ex\|focusco
5757
\ contained nextgroup=vimperatorSetMod
5858
syn match vimperatorOption "\<\%(no\|inv\)\=\%(incsearch\|is\|insertmode\|im\|hlsearch\|hls\|linksearch\|lks\)\>!\="
5959
\ contained nextgroup=vimperatorSetMod
60-
syn match vimperatorOption "\<\%(no\|inv\)\=\%(loadplugins\|lpl\|more\|online\|preload\|showmode\|smd\|smartcase\|scs\)\>!\="
60+
syn match vimperatorOption "\<\%(no\|inv\)\=\%(loadplugins\|lpl\|more\|online\|showmode\|smd\|smartcase\|scs\)\>!\="
6161
\ contained nextgroup=vimperatorSetMod
6262
syn match vimperatorOption "\<\%(no\|inv\)\=\%(online\|visualbell\|vb\|usermode\|um\)\>!\="
6363
\ contained nextgroup=vimperatorSetMod

0 commit comments

Comments
 (0)