comparison runtime/ftplugin/config.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
37 " Undo the stuff we changed. 37 " Undo the stuff we changed.
38 let b:undo_ftplugin = "unlet! b:browsefilter | " . b:undo_ftplugin 38 let b:undo_ftplugin = "unlet! b:browsefilter | " . b:undo_ftplugin
39 39
40 " Restore the saved compatibility options. 40 " Restore the saved compatibility options.
41 let &cpo = s:save_cpo 41 let &cpo = s:save_cpo
42 unlet s:save_cpo