0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

updated for version 7.1b

This commit is contained in:
Bram Moolenaar
2007-05-10 17:52:45 +00:00
parent a38edcde16
commit 933eb39d67
9 changed files with 16 additions and 14 deletions

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,4 +1,4 @@
*usr_26.txt* For Vim version 7.1a. Last change: 2006 Apr 24
*usr_26.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: Eterm configuration file
" Language: Eterm configuration file
" 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=GetEtermIndent()
setlocal indentkeys=!^F,o,O,=end
setlocal nosmartindent
if exists("*GetEtermIndent")
finish