Explorar o código

Neovim does this by default

And breaks on refresh if you don't wrap this
wreed4 %!s(int64=10) %!d(string=hai) anos
pai
achega
a8ddd37cde
Modificáronse 1 ficheiros con 3 adicións e 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