1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-11 08:45:46 +01:00

update NEWS and vimperator.vim for new 'history' option

This commit is contained in:
Doug Kearns
2007-12-02 11:12:18 +00:00
parent 290ba70b6f
commit aaf457c3aa
2 changed files with 8 additions and 6 deletions

4
NEWS
View File

@@ -9,12 +9,14 @@
removed the following hint options: 'hintchars' 'maxhints' removed the following hint options: 'hintchars' 'maxhints'
added the following hint options: 'hinttimeout' added the following hint options: 'hinttimeout'
* IMPORTANT: changed 'I' key to Ctrl-Q to also work in textboxes * IMPORTANT: changed 'I' key to Ctrl-Q to also work in textboxes
* new 'history' option for specifying the number of Ex commands and
search patterns to store in the commandline history
* new ctrl-x and ctrl-a mappings to increment the last number in the URL * new ctrl-x and ctrl-a mappings to increment the last number in the URL
* new ~ mapping to open the home directory * new ~ mapping to open the home directory
* :open tries to open a relative filename now, if you do a :open foo.html * :open tries to open a relative filename now, if you do a :open foo.html
or :open ../hello.txt; or :open ../hello.txt;
* new :cd and :pwd commands * new :cd and :pwd commands
* new :dialog command to open various firefox dialogs * new :dialog command to open various firefox dialogs
* new a and A mappings to deal with bookmarks * new a and A mappings to deal with bookmarks
* added ]] and [[ to navigate to the next/previous document based on * added ]] and [[ to navigate to the next/previous document based on
the regexp specified in 'nextpattern' and 'previouspattern' (thanks kidd) the regexp specified in 'nextpattern' and 'previouspattern' (thanks kidd)

View File

@@ -38,11 +38,11 @@ syn match vimperatorCommandWrapper "\%(^\s*:\=\)\@<=\%(!\|\h\w*\>\)" contains=vi
syn region vimperatorSet matchgroup=vimperatorCommand start="\%(^\s*:\=\)\@<=\<set\=\>" end="$" keepend oneline contains=vimperatorOption syn region vimperatorSet matchgroup=vimperatorCommand start="\%(^\s*:\=\)\@<=\<set\=\>" end="$" keepend oneline contains=vimperatorOption
syn keyword vimperatorOption activate act complete cpt defsearch ds editor extendedhinttags eht focusedhintstyle fhs fullscreen fs syn keyword vimperatorOption activate act complete cpt defsearch ds editor extendedhinttags eht focusedhintstyle fhs fullscreen fs
\ nofullscreen nofs guioptions go hintstyle hs hinttags ht hinttimeout hto hlsearch hls nohlsearch nohls hlsearchstyle \ nofullscreen nofs guioptions go hintstyle hs hinttags ht hinttimeout hto history hi hlsearch hls nohlsearch nohls
\ hlss nohlsearchstyle nohlss incsearch is noincsearch nois ignorecase ic noignorecase noic insertmode im noinsertmode \ hlsearchstyle hlss nohlsearchstyle nohlss incsearch is noincsearch nois ignorecase ic noignorecase noic insertmode im
\ noim laststatus ls linksearch lks nolinksearch nolks more nextpattern nomore pageinfo pa popups pps preload nopreload \ noinsertmode noim laststatus ls linksearch lks nolinksearch nolks more nextpattern nomore pageinfo pa popups pps preload
\ previewheight pvh previouspattern scroll scr showmode smd noshowmode nosmd showstatuslinks ssli showtabline stal \ nopreload previewheight pvh previouspattern scroll scr showmode smd noshowmode nosmd showstatuslinks ssli showtabline
\ smartcase scs nosmartcase noscs titlestring usermode um nousermode noum verbose vbs visualbell vb novisualbell novb \ stal smartcase scs nosmartcase noscs titlestring usermode um nousermode noum verbose vbs visualbell vb novisualbell novb
\ wildmode wim wildoptions wop \ wildmode wim wildoptions wop
\ contained \ contained