updated for version 7.1b
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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#
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user