diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-10 18:32:52 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-10 18:32:52 +0000 |
commit | 335437bb249a46c51109251ff50f1b9aa8828fc4 (patch) | |
tree | 7abe7d29b30035f0f04977ff4e70562a9bef2f9a /runtime/indent/yacc.vim | |
parent | 79166c430b3bb0e15f1b96933636897b5a02a816 (diff) | |
download | vim-335437bb249a46c51109251ff50f1b9aa8828fc4.zip |
updated for version 7.1b
Diffstat (limited to 'runtime/indent/yacc.vim')
-rw-r--r-- | runtime/indent/yacc.vim | 5 |
1 files changed, 3 insertions, 2 deletions
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 <now@bitwi.se> -" 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") |