Commit db14336

mo khan <mo@mokhan.ca>
2025-04-21 17:28:34
fix: 'E519: Option not supported: termencoding=utf-8'
1 parent 5ffc7c9
Changed files (1)
vimrc
@@ -54,7 +54,6 @@ set t_Co=256
 set t_vb=
 set tabstop=2
 set tags=./tags;
-set termencoding=utf-8
 set title
 set ttyfast
 set updatetime=200
@@ -71,6 +70,7 @@ set wildignore+=*/tmp/*,*.so,*/coverage/*
 if has('nvim')
   set clipboard+=unnamedplus
 else
+  set termencoding=utf-8
   if system('uname -s') == "Darwin\n"
     "set clipboard^=unnamed,unnamedplus
     set clipboard=unnamed