Skip to content

Instantly share code, notes, and snippets.

@vhugo
Created March 1, 2016 09:02
Show Gist options
  • Select an option

  • Save vhugo/033490df0183df034b27 to your computer and use it in GitHub Desktop.

Select an option

Save vhugo/033490df0183df034b27 to your computer and use it in GitHub Desktop.

Revisions

  1. vhugo created this gist Mar 1, 2016.
    13 changes: 13 additions & 0 deletions fix.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    **Solved on Archlinux this way**

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

    Add [this](http://stackoverflow.com/questions/18321538/vim-error-e474-invalid-argument-listchars-tab-trail) to the begining of **.vimrc**

    ```
    scriptencoding utf-8
    set encoding=utf-8
    ```