diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-10 18:38:52 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-10 18:38:52 +0000 |
commit | 10c56952d8d29365e178baa4e0db785493041595 (patch) | |
tree | 7330479a65e48a2c92c135a37e106686f484f6ce /runtime/ftplugin | |
parent | 335437bb249a46c51109251ff50f1b9aa8828fc4 (diff) | |
download | vim-git-10c56952d8d29365e178baa4e0db785493041595.tar.gz |
updated for version 7.1b
Diffstat (limited to 'runtime/ftplugin')
-rw-r--r-- | runtime/ftplugin/mp.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/ftplugin/mp.vim b/runtime/ftplugin/mp.vim index 1d709ea75..370978216 100644 --- a/runtime/ftplugin/mp.vim +++ b/runtime/ftplugin/mp.vim @@ -1,7 +1,7 @@ " Vim filetype plugin file " Language: MetaPost " Maintainer: Nikolai Weibull <now@bitwi.se> -" Latest Revision: 2006-04-19 +" Latest Revision: 2006-07-04 if exists("b:did_ftplugin") finish @@ -12,7 +12,7 @@ let b:undo_ftplugin = "setl com< cms< fo<" setlocal comments=:% commentstring=%\ %s formatoptions-=t formatoptions+=croql -if !exists(":FixBeginfigs") != 2 +if exists(":FixBeginfigs") != 2 command -nargs=0 FixBeginfigs call s:fix_beginfigs() function! s:fix_beginfigs() |