Mercurial > hg > RemoteEditor > vim7
comparison runtime/ftplugin/xhtml.vim @ 48:67300faee616 v7-3-618
v7-3-618
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 01 Aug 2012 18:08:28 +0900 |
parents | c16898406ff2 |
children |
comparison
equal
deleted
inserted
replaced
47:6c0584ec21b1 | 48:67300faee616 |
---|---|
62 " Undo the stuff we changed. | 62 " Undo the stuff we changed. |
63 let b:undo_ftplugin = "unlet! b:browsefilter b:match_words | " . s:undo_ftplugin | 63 let b:undo_ftplugin = "unlet! b:browsefilter b:match_words | " . s:undo_ftplugin |
64 | 64 |
65 " Restore the saved compatibility options. | 65 " Restore the saved compatibility options. |
66 let &cpo = s:save_cpo | 66 let &cpo = s:save_cpo |
67 unlet s:save_cpo |