Skip to content

Commit

Permalink
Remove default enabled "list" option
Browse files Browse the repository at this point in the history
The "list" option was enabled by default causing problems when using
copy & paste within Vim with OS- or terminal emulator specific
functionalities.

GH-72
  • Loading branch information
arcticicestudio committed Nov 16, 2017
1 parent 371d1a0 commit 1c26f4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion snowblocks/vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ set foldenable
set foldlevelstart=10
set guicursor=a:ver25-Cursor/lCursor
set linebreak
set list
set listchars=eol:¬,space:·,tab\
set magic
set mat=2
Expand Down

0 comments on commit 1c26f4b

Please sign in to comment.