updated for version 7.1b
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
*hebrew.txt* For Vim version 7.1a. Last change: 2003 May 11
|
||||
*hebrew.txt* For Vim version 7.1b. Last change: 2003 May 11
|
||||
|
||||
|
||||
VIM REFERENCE MANUAL by Ron Aaron (and Avner Lottem)
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
*pattern.txt* For Vim version 7.1a. Last change: 2007 Apr 24
|
||||
*pattern.txt* For Vim version 7.1b. Last change: 2007 Apr 24
|
||||
|
||||
|
||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
*repeat.txt* For Vim version 7.1a. Last change: 2007 Jan 07
|
||||
*repeat.txt* For Vim version 7.1b. Last change: 2007 Jan 07
|
||||
|
||||
|
||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
*starting.txt* For Vim version 7.1a. Last change: 2007 Apr 22
|
||||
*starting.txt* For Vim version 7.1b. Last change: 2007 Apr 22
|
||||
|
||||
|
||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
*usr_23.txt* For Vim version 7.1a. Last change: 2006 Apr 24
|
||||
*usr_23.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: ld(1) script
|
||||
" Maintainer: Nikolai Weibull <now@bitwi.se>
|
||||
" Latest Revision: 2006-04-19
|
||||
" Latest Revision: 2006-12-20
|
||||
|
||||
if exists("b:did_indent")
|
||||
finish
|
||||
@ -10,6 +10,7 @@ let b:did_indent = 1
|
||||
|
||||
setlocal indentexpr=GetLDIndent()
|
||||
setlocal indentkeys=0{,0},!^F,o,O
|
||||
setlocal nosmartindent
|
||||
|
||||
if exists("*GetLDIndent")
|
||||
finish
|
||||
|
||||
Reference in New Issue
Block a user