Parcourir la source

Neovim does this by default

And breaks on refresh if you don't wrap this
wreed4 il y a 10 ans
Parent
commit
a8ddd37cde
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  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