Mercurial > hg > RemoteEditor > vim7
comparison runtime/ftplugin/tcl.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 (2012-08-01) |
parents | c16898406ff2 |
children |
comparison
equal
deleted
inserted
replaced
47:6c0584ec21b1 | 48:67300faee616 |
---|---|
30 let b:undo_ftplugin = "setlocal fo< com< cms< inc< inex< def< isf< kp<" . | 30 let b:undo_ftplugin = "setlocal fo< com< cms< inc< inex< def< isf< kp<" . |
31 \ " | unlet! b:browsefilter" | 31 \ " | unlet! b:browsefilter" |
32 | 32 |
33 " Restore the saved compatibility options. | 33 " Restore the saved compatibility options. |
34 let &cpo = s:cpo_save | 34 let &cpo = s:cpo_save |
35 unlet s:cpo_save | |
35 | 36 |
36 " vim: set et ts=4 sw=4 tw=78: | 37 " vim: set et ts=4 sw=4 tw=78: |