Updated runtime and language files.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user