diff --git a/content/options.js b/content/options.js index 98c1de59..53670fda 100644 --- a/content/options.js +++ b/content/options.js @@ -503,7 +503,7 @@ function Options() //{{{ validator: function (value) { if (value >= 0 && value <= 2) return true; else return false; } } )); - addOption(new Option(["linksearch", "ls"], "boolean", + addOption(new Option(["linksearch", "lks"], "boolean", { short_help: "Limit the search to hyperlink text", help: "This includes (X)HTML elements with an \"href\" atrribute and XLink \"simple\" links.", diff --git a/vimperator.vim b/vimperator.vim index c1cfd84b..fa6ce763 100644 --- a/vimperator.vim +++ b/vimperator.vim @@ -32,9 +32,9 @@ syn region vimperatorSet matchgroup=vimperatorCommand start="\" 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