From 9d83f36f8a0fb84df9d14aac60876ccd7be79fbf Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 1 Oct 2007 07:02:33 +0000 Subject: [PATCH] change short version of 'linksearch' to 'lks' since 'ls' is used by 'laststatus' --- content/options.js | 2 +- vimperator.vim | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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