Updated runtime files. Add Dutch translations.

This commit is contained in:
Bram Moolenaar
2012-03-11 15:57:40 +01:00
parent 7c578d3c3f
commit 84f7235bdb
48 changed files with 8331 additions and 77 deletions

View File

@ -37,3 +37,8 @@ if has("gui_win32") && !exists("b:browsefilter")
endif
"}}}
"{{{ Undo settings
let b:undo_ftplugin = "setlocal shiftwidth< softtabstop< expandtab<"
\ . " formatoptions< comments< textwidth<"
\ . "| unlet! b:browsefiler"
"}}}