diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-06-24 22:09:24 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-06-24 22:09:24 +0000 |
commit | c1a11ed54c7974b74be38f2aef6a200d7cfc878e (patch) | |
tree | cbd3d302d09444426d21d905b56dbfafb6cf2497 /runtime/autoload | |
parent | 446cb837a017fc1c1b144cb5c2a35cb90abfbbcf (diff) | |
download | vim-git-c1a11ed54c7974b74be38f2aef6a200d7cfc878e.tar.gz |
updated for version 7.2a
Diffstat (limited to 'runtime/autoload')
-rw-r--r-- | runtime/autoload/xml/html401t.vim | 1 | ||||
-rw-r--r-- | runtime/autoload/xml/html40f.vim | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/runtime/autoload/xml/html401t.vim b/runtime/autoload/xml/html401t.vim index 4c53f03bc..ae6c63f60 100644 --- a/runtime/autoload/xml/html401t.vim +++ b/runtime/autoload/xml/html401t.vim @@ -458,4 +458,3 @@ let g:xmldata_html401t = { \ 'param': ['/>', ''], \ } \ } -" vim:ft=vim:ff=unix diff --git a/runtime/autoload/xml/html40f.vim b/runtime/autoload/xml/html40f.vim index 2b3ccacfb..b5ba99f8f 100644 --- a/runtime/autoload/xml/html40f.vim +++ b/runtime/autoload/xml/html40f.vim @@ -466,4 +466,3 @@ let g:xmldata_html40t = { \ 'param': ['/>', ''], \ } \ } -" vim:ft=vim:ff=unix |