Browse Source

[vim] Add encoding for rc file

master
nemirwen 5 years ago
parent
commit
35f835e35c
  1. 1
      vimrc

1
vimrc

@ -1,3 +1,4 @@
scriptencoding utf-8
set nocompatible set nocompatible
if &shell =~# 'fish$' if &shell =~# 'fish$'
set shell=sh set shell=sh

Loading…
Cancel
Save