diff --git a/.vimrc b/.vimrc index 0a8199b..95df343 100644 --- a/.vimrc +++ b/.vimrc @@ -14,7 +14,7 @@ scriptencoding utf-8 " Want utf8 at all times set termencoding=utf-8 set encoding=utf-8 -set fenc=utf-8 +set fileencoding=utf-8 " change cursor colour depending upon mode if exists('&t_SI') @@ -1143,8 +1143,8 @@ map :2split ~/.vim/fun_ref.vim map :set rnu! map :set nu! map ggVGg? -map :set encoding=utf-8 | :set fenc=utf-8 -map :set encoding=iso8859-15 | :set fenc=iso8859-15 +noremap :set encoding=utf-8:set fenc=utf-8 +noremap :set encoding=iso8859-15:set fenc=iso8859-15 "map :SpellProposeAlternatives "map :SpellCheck "map :let spell_language_list = "english,spanish"