Mercurial > dotfiles
comparison vim/vimrc @ 121:c6f0172aac8d
Add nice column indicators in Vim.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 19 Feb 2013 17:38:42 -0800 |
parents | 6dbbf36a523d |
children | a273867b6a0d |
comparison
equal
deleted
inserted
replaced
120:6111b240cecf | 121:c6f0172aac8d |
---|---|
160 " Folds are defined by markers in the text. | 160 " Folds are defined by markers in the text. |
161 set foldmethod=marker | 161 set foldmethod=marker |
162 | 162 |
163 " Nice auto-complete menu. | 163 " Nice auto-complete menu. |
164 set completeopt=longest,menuone,preview | 164 set completeopt=longest,menuone,preview |
165 | |
166 " Column indicators. | |
167 set colorcolumn=72,79 | |
165 | 168 |
166 " And now, for some system-dependent settings: | 169 " And now, for some system-dependent settings: |
167 " - font to use | 170 " - font to use |
168 if s:vim_platform == "windows" | 171 if s:vim_platform == "windows" |
169 set guifont=Consolas:h12 | 172 set guifont=Consolas:h12 |