Explorar el Código

Neovim does this by default

And breaks on refresh if you don't wrap this
wreed4 hace 10 años
padre
commit
a8ddd37cde
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      vimrc

+ 3 - 1
vimrc

@@ -363,7 +363,9 @@ if &term =~ '^screen'
 endif
 
 " set utf8
-set encoding=utf-8
+if !has('nvim')
+    set encoding=utf-8
+endif
 set fileencoding=utf-8
 
 " New Splits default to right, or below