Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VIM - no UTF-8 in menu

Tags:

vim

utf-8

I added set encoding=utf-8 to my _vimrc file. Text in my files is ok but in menu there is no UTF-8 letters. Where is a problem here? Without set encoding=utf-8there is no UTF-8 in my files but menu is ok. Problem exists only in gui menu (as on the pictrure). File encodings is ok.

VIM-utf-8 problem

like image 481
jundymek Avatar asked Oct 30 '22 02:10

jundymek


1 Answers

I solved it. I added those lines to my config file:

set langmenu=pl_PL   
let $LANG = 'pl_PL'
source $VIMRUNTIME/delmenu.vim
source $VIMRUNTIME/menu.vim
like image 150
jundymek Avatar answered Nov 30 '22 19:11

jundymek