From 335437bb249a46c51109251ff50f1b9aa8828fc4 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 10 May 2007 18:32:52 +0000 Subject: [PATCH] updated for version 7.1b --- runtime/indent/rst.vim | 7 ++++--- runtime/indent/yacc.vim | 5 +++-- runtime/spell/en.latin1.spl | Bin 570117 -> 570117 bytes src/structs.h | 6 +++--- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/runtime/indent/rst.vim b/runtime/indent/rst.vim index e6fe2b554..f936c9b2f 100644 --- a/runtime/indent/rst.vim +++ b/runtime/indent/rst.vim @@ -1,7 +1,7 @@ " Vim indent file -" Language: reStructuredText Documentation Format +" Language: reStructuredText Documentation Format " Maintainer: Nikolai Weibull -" 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=GetRSTIndent() setlocal indentkeys=!^F,o,O +setlocal nosmartindent if exists("*GetRSTIndent") finish @@ -40,7 +41,7 @@ function GetRSTIndent() let ind = ind - 2 elseif line =~ '^\s*\d\+\.\s' let ind = ind - matchend(substitute(line, '^\s*', '', ''), - \ '\d\+\.\s\+') + \ '\d\+\.\s\+') elseif line =~ '^\s*\.\.' let ind = ind - 3 else diff --git a/runtime/indent/yacc.vim b/runtime/indent/yacc.vim index 597a2cc83..2ab7d7b38 100644 --- a/runtime/indent/yacc.vim +++ b/runtime/indent/yacc.vim @@ -1,7 +1,7 @@ " Vim indent file -" Language: YACC input file +" Language: YACC input file " Maintainer: Nikolai Weibull -" Latest Revision: 2006-04-19 +" Latest Revision: 2006-12-20 " Only load this indent file when no other was loaded. if exists("b:did_indent") @@ -12,6 +12,7 @@ let b:did_indent = 1 setlocal indentexpr=GetYaccIndent() setlocal indentkeys=!^F,o,O +setlocal nosmartindent " Only define the function once. if exists("*GetYaccIndent") diff --git a/runtime/spell/en.latin1.spl b/runtime/spell/en.latin1.spl index bdf0c0943621a5f2fe9e87d7fec6fac043dd707d..d24b79024a5a7fd317bcf0e8f2974e199b4b3bfd 100644 GIT binary patch delta 51 ycmZpDrqudOX@emTi<|AnsAf~1c2gckAZ7w$W*}w(Vpbq#17h~=raT-MmH_~oPY!4R delta 51 ycmZpDrqudOX@emTi%ay$qGnT`c2gckAZ7w$W*}w(Vpbq#17h~=raT-MmH_~z 2 # define ALIGN_LONG /* longword alignment and use filler byte */ @@ -1946,7 +1946,7 @@ struct window_S * entry 2: newest */ taggy_T w_tagstack[TAGSTACKSIZE]; /* the tag stack */ - int w_tagstackidx; /* idx just below activ entry */ + int w_tagstackidx; /* idx just below active entry */ int w_tagstacklen; /* number of tags on stack */ /* -- 2.50.1