commit | 8071607aa5e6f4decd2c3ba0a41cf2b3498b6f1e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 01 21:14:34 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 01 21:14:34 2012 +0200 |
tree | b89b0ce21c32df983ad6b857b3ac55188a0f58ed | |
parent | 2d0b92f8f9f765f2707a98a3493903f895c87c7f [diff] [blame] |
More runtime file fixes for 'compatible' mode.
diff --git a/runtime/lang/menu_vi_vn.vim b/runtime/lang/menu_vi_vn.vim index 4b2b21f..9fbd2c6 100644 --- a/runtime/lang/menu_vi_vn.vim +++ b/runtime/lang/menu_vi_vn.vim
@@ -14,6 +14,8 @@ finish endif let did_menu_trans = 1 +let s:keepcpo= &cpo +set cpo&vim scriptencoding utf-8 @@ -327,3 +329,6 @@ let g:menutrans_fileformat_choices = "&Unix\n&Dos\n&Mac\n&Hủy bỏ" " let menutrans_no_file = "[không có tập tin]" + +let &cpo = s:keepcpo +unlet s:keepcpo