comparison runtime/ftplugin/svg.vim @ 3410:94601b379f38

Updated runtime files. Add Dutch translations.
author Bram Moolenaar <bram@vim.org>
date Sun, 11 Mar 2012 15:57:40 +0100
parents 7bc41231fbc7
children c968191a8557
comparison
equal deleted inserted replaced
3409:b3ccae22bae7 3410:94601b379f38
35 " Undo the stuff we changed. 35 " Undo the stuff we changed.
36 let b:undo_ftplugin = "unlet! b:browsefilter | " . s:undo_ftplugin 36 let b:undo_ftplugin = "unlet! b:browsefilter | " . s:undo_ftplugin
37 37
38 " Restore the saved compatibility options. 38 " Restore the saved compatibility options.
39 let &cpo = s:save_cpo 39 let &cpo = s:save_cpo
40 unlet s:save_cpo