1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-24 00:33:31 +01:00

change short version of 'linksearch' to 'lks' since 'ls' is used by

'laststatus'
This commit is contained in:
Doug Kearns
2007-10-01 07:02:33 +00:00
parent 0ae1c7befe
commit 9d83f36f8a
2 changed files with 4 additions and 4 deletions

View File

@@ -32,9 +32,9 @@ syn region vimperatorSet matchgroup=vimperatorCommand start="\<set\=\>" end="$"
syn keyword vimperatorOption activate act complete cpt defsearch ds extendedhinttags eht focusedhintstyle fhs fullscreen fs
\ nofullscreen nofs guioptions go hintchars hc hintstyle hs hinttags hlsearch hls nohlsearch nohls hlsearchstyle hlss
\ nohlsearchstyle nohlss incsearch is noincsearch nois ignorecase ic noignorecase noic insertmode im noinsertmode noim
\ linksearch ls nolinksearch nols maxhints mh popups pps preload nopreload previewheight pvh scroll scr showmode smd
\ noshowmode nosmd showstatuslinks ssli showtabline stal smartcase scs nosmartcase noscs titlestring usermode um
\ nousermode noum verbose vbs visualbell vb novisualbell novb wildmode wim wildoptions wop
\ laststatus ls linksearch lks nolinksearch nolks maxhints mh popups pps preload nopreload previewheight pvh scroll scr
\ showmode smd noshowmode nosmd showstatuslinks ssli showtabline stal smartcase scs nosmartcase noscs titlestring usermode
\ um nousermode noum verbose vbs visualbell vb novisualbell novb wildmode wim wildoptions wop
\ contained
syn region vimperatorJavascript start="\%(^\s*\%(javascript\|js\)\s\+\)\@<=" end="$" contains=@javascriptTop keepend oneline