Updated runtime and language files.

This commit is contained in:
Bram Moolenaar
2018-07-03 16:42:19 +02:00
parent 972bfddc6b
commit 6dc819b129
25 changed files with 1115 additions and 1002 deletions

View File

@ -809,7 +809,7 @@ func! s:BMMunge(fname, bnum)
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