updated for version 7.1b

This commit is contained in:
Bram Moolenaar
2007-05-10 17:44:18 +00:00
parent 044b68f42a
commit 3d27a45f9a
11 changed files with 19 additions and 14 deletions

View File

@ -1,4 +1,4 @@
*gui_w16.txt* For Vim version 7.1a. Last change: 2005 Mar 29
*gui_w16.txt* For Vim version 7.1b. Last change: 2005 Mar 29
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@ -1,4 +1,4 @@
*os_unix.txt* For Vim version 7.1a. Last change: 2005 Mar 29
*os_unix.txt* For Vim version 7.1b. Last change: 2005 Mar 29
VIM REFERENCE MANUAL by Bram Moolenaar

View File

@ -1,4 +1,4 @@
*usr_41.txt* For Vim version 7.1a. Last change: 2007 Apr 26
*usr_41.txt* For Vim version 7.1b. Last change: 2007 Apr 26
VIM USER MANUAL - by Bram Moolenaar

View File

@ -1,4 +1,4 @@
*usr_90.txt* For Vim version 7.1a. Last change: 2006 Apr 24
*usr_90.txt* For Vim version 7.1b. Last change: 2006 Apr 24
VIM USER MANUAL - by Bram Moolenaar

View File

@ -1,7 +1,7 @@
" Vim indent file
" Language: dictd(8) configuration file
" Maintainer: Nikolai Weibull <now@bitwi.se>
" Latest Revision: 2006-04-19
" Latest Revision: 2006-12-20
if exists("b:did_indent")
finish
@ -9,4 +9,5 @@ endif
let b:did_indent = 1
setlocal indentkeys=0{,0},!^F,o,O cinwords= autoindent smartindent
setlocal nosmartindent
inoremap <buffer> # X#

View File

@ -1,7 +1,7 @@
" Vim default file
" Language: Racc input file
" Maintainer: Nikolai Weibull <now@bitwi.se>
" Latest Revision: 2006-04-19
" Latest Revision: 2006-07-09
if exists("b:current_syntax")
finish
@ -110,6 +110,10 @@ syn region raccFooter transparent matchgroup=raccPreProc
\ start='^---- footer.*' end='^----'he=e-4
\ contains=@raccRuby
syn sync match raccSyncHeader grouphere raccHeader '^---- header'
syn sync match raccSyncInner grouphere raccInner '^---- inner'
syn sync match raccSyncFooter grouphere raccFooter '^---- footer'
hi def link raccTodo Todo
hi def link raccComment Comment
hi def link raccPrecSpec Type