zaiste / vimified

Yet another Vim configuration
http://zaiste.github.com/vimified/
686 stars 130 forks source link

Character `¬` in editor #59

Closed emilianocarvalho closed 11 years ago

emilianocarvalho commented 11 years ago

character '¬' in any edited file.

Appears in marking this end and having at each end of the line, in any open file, Nerdtree, etc.. Slackware 14.

snapshot1-vimified

Sorry! Where can I configure or modify this feature?

headingy commented 11 years ago

I have the same question. Thanks.

headingy commented 11 years ago

googled it, they are controlled by these options: :set list :set listchars :set wrap :set showbreak

But I can live with them now since I found out that MacVim (I am on Mac) can support them so well. (although on normal terminal I still have troube copy text from vim.)

AdrienGiboire commented 11 years ago

The corresponding line in Vimified

You can remove it to make this character disappear or add set invlist in your $HOME/.vim/local.vimrc file. The latter is preferred.

emilianocarvalho commented 11 years ago

Sorry, had not updated after finding the solution.

Enables special characters: set list

Disables: set nolist

You can withdraw eof the configuration:

set listchars = tab: ▸ \, extends: ❯, precedes: ❮

Line break: set showbreak=↪

AdrienGiboire commented 11 years ago

@zaiste Close :)