summaryrefslogtreecommitdiff
path: root/vimperator.vim
diff options
context:
space:
mode:
authorDoug Kearns <dougkearns@gmail.com>2007-09-05 18:49:26 +0000
committerDoug Kearns <dougkearns@gmail.com>2007-09-05 18:49:26 +0000
commit908124ce2280c2a0f6a578459d04d18d77f6f6b6 (patch)
tree7d9b3a310ef0b2390e261fd904bc7a0a9a1d7cd7 /vimperator.vim
parent517dea72e1d430bc29cfd7a4c3fb7e3525301efb (diff)
downloadpentadactyl-908124ce2280c2a0f6a578459d04d18d77f6f6b6.tar.gz
add a visual bell and replace 'beep' with 'visualbell'
Diffstat (limited to 'vimperator.vim')
-rw-r--r--vimperator.vim10
1 files changed, 5 insertions, 5 deletions
diff --git a/vimperator.vim b/vimperator.vim
index 68ae6103..8a6a92c4 100644
--- a/vimperator.vim
+++ b/vimperator.vim
@@ -29,11 +29,11 @@ syn keyword vimperatorCommand addo[ns] ba[ck] bd[elete] bw[ipeout] bun[load] tab
syn match vimperatorCommandWrapper "\<\h\w*\>" contains=vimperatorCommand
syn region vimperatorSet matchgroup=vimperatorCommand start="\<set\=\>" end="$" keepend oneline contains=vimperatorOption
-syn keyword vimperatorOption activate beep nobeep beep complete cpt defsearch ds extendedhinttags eht focusedhintstyle fhs
- \ fullscreen fs nofullscreen nofs guioptions go hintchars hc hintstyle hs hinttags incsearch is noincsearch nois
- \ ignorecase ic noignorecase noic maxhints mh preload nopreload previewheight pvh showmode smd noshowmode nosmd
- \ showstatuslinks ssli showtabline stal smartcase scs nosmartcase noscs titlestring usermode um nousermode noum verbose
- \ vbs wildmode wim wildoptions wop
+syn keyword vimperatorOption activate act complete cpt defsearch ds extendedhinttags eht focusedhintstyle fhs fullscreen fs
+ \ nofullscreen nofs guioptions go hintchars hc hintstyle hs hinttags incsearch is noincsearch nois ignorecase ic
+ \ noignorecase noic maxhints mh preload nopreload previewheight pvh showmode smd noshowmode nosmd showstatuslinks ssli
+ \ showtabline stal smartcase scs nosmartcase noscs titlestring usermode um nousermode noum verbose vbs visualbell vb
+ \ wildmode wim wildoptions wop
\ contained
syn region vimperatorJavascript start="\%(^\s*\%(javascript\|js\)\s\+\)\@<=" end="$" contains=@javascriptTop keepend oneline