Mercurial > dotfiles
comparison vim/vimrc @ 93:822fc8b4405f
Invisible characters in vimrc.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 29 Mar 2012 16:25:18 -0700 |
parents | 64c42f5c9a97 |
children | e6ecdb8ef62f |
comparison
equal
deleted
inserted
replaced
92:64c42f5c9a97 | 93:822fc8b4405f |
---|---|
150 " Allow backspacing over anything. | 150 " Allow backspacing over anything. |
151 set backspace=indent,eol,start | 151 set backspace=indent,eol,start |
152 | 152 |
153 " Going left and right let you go to other lines. | 153 " Going left and right let you go to other lines. |
154 set whichwrap+=<,>,h,l | 154 set whichwrap+=<,>,h,l |
155 | |
156 " How to show invisible characters | |
157 set listchars=eol:$,tab:>-,trail:-,extends:>,precedes:<,nbsp:%,conceal:. | |
155 | 158 |
156 " Folds are defined by markers in the text. | 159 " Folds are defined by markers in the text. |
157 set foldmethod=marker | 160 set foldmethod=marker |
158 | 161 |
159 " Nice auto-complete menu. | 162 " Nice auto-complete menu. |