utf 8 - VIM - no UTF-8 in menu -


i added set encoding=utf-8 _vimrc file. text in files ok in menu there no utf-8 letters. problem here? without set encoding=utf-8there no utf-8 in files menu ok. problem exists in gui menu (as on pictrure). file encodings ok.

vim-utf-8 problem

i solved it. added lines config file:

set langmenu=pl_pl    let $lang = 'pl_pl' source $vimruntime/delmenu.vim source $vimruntime/menu.vim 

Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -