Skip to content

Instantly share code, notes, and snippets.

@vhugo
Created March 1, 2016 09:02
Show Gist options
  • Save vhugo/033490df0183df034b27 to your computer and use it in GitHub Desktop.
Save vhugo/033490df0183df034b27 to your computer and use it in GitHub Desktop.
VIM Error: E474: Invalid argument: listchars=tab:»·,trail:·

Solved on Archlinux this way

LANG=en_US.UTF-8
/etc/profile.d/locale.sh

Add this to the begining of .vimrc

scriptencoding utf-8
set encoding=utf-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment