diff options
| author | Ahmed Abdelhalim <[email protected]> | 2016-12-13 15:00:06 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2016-12-13 15:00:06 +0100 |
| commit | 31a2eb92b3c54b70db3ce35e5b5a60539b221e26 (patch) | |
| tree | 462767a5ffc5b2f1921bae4792513dc630e3671c | |
| parent | 89370c424c72963a4389aa73e8878c0818745fb8 (diff) | |
FIX: 120 char mark to start at 121 instead of 120
| -rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -167,7 +167,7 @@ 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(121,999),",") " let &colorcolumn="80" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |
