summaryrefslogtreecommitdiffstats
path: root/runtime/delmenu.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-09-11 22:56:44 +0200
committerBram Moolenaar <Bram@vim.org>2019-09-11 22:56:44 +0200
commit8fe1000e9c3438d0ff36cf2340f0f0e48f8fb89f (patch)
treeee4019696858c3da6321a53676c0544b44ffb993 /runtime/delmenu.vim
parent840d16fd36bfd1a9fac8200e3dc016b1e3f9c328 (diff)
Update runtime files
Diffstat (limited to 'runtime/delmenu.vim')
-rw-r--r--runtime/delmenu.vim7
1 files changed, 6 insertions, 1 deletions
diff --git a/runtime/delmenu.vim b/runtime/delmenu.vim
index 5cefe26d35..1372182641 100644
--- a/runtime/delmenu.vim
+++ b/runtime/delmenu.vim
@@ -2,7 +2,7 @@
" Warning: This also deletes all menus defined by the user!
"
" Maintainer: Bram Moolenaar <Bram@vim.org>
-" Last Change: 2001 May 27
+" Last Change: 2019 Sep 11
aunmenu *
tlunmenu *
@@ -21,6 +21,11 @@ silent! unlet menutrans_path_dialog
silent! unlet menutrans_tags_dialog
silent! unlet menutrans_textwidth_dialog
silent! unlet menutrans_fileformat_dialog
+silent! unlet menutrans_fileformat_choices
silent! unlet menutrans_no_file
+silent! unlet menutrans_set_lang_to
+silent! unlet menutrans_spell_change_ARG_to
+silent! unlet menutrans_spell_add_ARG_to_word_list
+silent! unlet menutrans_spell_ignore_ARG
" vim: set sw=2 :