commit | 6dc819b1299e1d9f99303568772ade544d5c1322 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 03 16:42:19 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 03 16:42:19 2018 +0200 |
tree | 0aa77a303746423f3ab424d9ee78c84c3f560a78 | |
parent | 972bfddc6b3f52ae0865ad8c0bf6089bc8a9883a [diff] [blame] |
Updated runtime and language files.
diff --git a/runtime/menu.vim b/runtime/menu.vim index fd5d914..b9bd3d8 100644 --- a/runtime/menu.vim +++ b/runtime/menu.vim
@@ -809,7 +809,7 @@ let name = a:fname if name == '' if !exists("g:menutrans_no_file") - let g:menutrans_no_file = "[No file]" + let g:menutrans_no_file = "[No Name]" endif let name = g:menutrans_no_file else