comparison runtime/ftplugin/haml.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 f7579a31705c
children 2eb30f341e8d
comparison
equal deleted inserted replaced
3409:b3ccae22bae7 3410:94601b379f38
1 " Vim filetype plugin 1 " Vim filetype plugin
2 " Language: Haml 2 " Language: Haml
3 " Maintainer: Tim Pope <vimNOSPAM@tpope.org> 3 " Maintainer: Tim Pope <vimNOSPAM@tpope.org>
4 " Last Change: 2010 May 21 4 " Last Change: 2012 Mar 11
5 5
6 " Only do this when not done yet for this buffer 6 " Only do this when not done yet for this buffer
7 if exists("b:did_ftplugin") 7 if exists("b:did_ftplugin")
8 finish 8 finish
9 endif 9 endif
61 61
62 let b:undo_ftplugin = "setl cms< com< " 62 let b:undo_ftplugin = "setl cms< com< "
63 \ " | unlet! b:browsefilter b:match_words | " . s:undo_ftplugin 63 \ " | unlet! b:browsefilter b:match_words | " . s:undo_ftplugin
64 64
65 let &cpo = s:save_cpo 65 let &cpo = s:save_cpo
66 unlet s:save_cpo
66 67
67 " vim:set sw=2: 68 " vim:set sw=2: