diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-05 17:54:07 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-05 17:54:07 +0000 |
commit | 9964e468c0209f6b8286e0b08109817c845a3079 (patch) | |
tree | 3c53288cff0d4c2e32169d8eb4cd53cc343ad0bc /runtime/syntax/b.vim | |
parent | d5ab34bd5ecc748d5502f149c476968e5ec2b7c9 (diff) | |
download | vim-git-9964e468c0209f6b8286e0b08109817c845a3079.tar.gz |
updated for version 7.1a
Diffstat (limited to 'runtime/syntax/b.vim')
-rw-r--r-- | runtime/syntax/b.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/b.vim b/runtime/syntax/b.vim index e97669175..7f6c4e880 100644 --- a/runtime/syntax/b.vim +++ b/runtime/syntax/b.vim @@ -137,6 +137,6 @@ if version >= 508 || !exists("did_b_syntax_inits") delcommand HiLink endif -let current_syntax = "b" +let b:current_syntax = "b" " vim: ts=8 |