diff options
| author | Ahmed Abdelhalim <[email protected]> | 2015-10-13 12:06:01 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2015-10-13 12:06:01 +0200 |
| commit | 7b0849783fc6a0864d1c5d69d95ec93a605ed7a5 (patch) | |
| tree | f831c85be3b12d37f60a1c10fdada01b4c000f08 /.vimrc | |
| parent | 319d44555b7a1dc09654c8af9b93c0852419847d (diff) | |
remove the 120 to end mark... keeping only 80 mark
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -155,7 +155,8 @@ autocmd CompleteDone * pclose " auto-close preview after completion "Highlight the 80, 120 columns "============================= highlight ColorColumn ctermbg=235 guibg=#2c2d27 -let &colorcolumn="80,".join(range(120,999),",") +" let &colorcolumn="80,".join(range(120,999),",") +let &colorcolumn="80" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Plugin maps |
