diff options
| author | Ahmed Abdelhalim <[email protected]> | 2019-06-25 10:50:12 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2019-06-25 10:50:12 +0200 |
| commit | aa79aa6c5a21890c2082e8b80132486b2250bfbf (patch) | |
| tree | d3602c2bee9913b61d9e38039606825b6685136f /.vimrc | |
| parent | ee2d8b734a6d3c0c3816b5f3a35e4242962bb272 (diff) | |
Use smaller highlight for the 120 limit (better highlight when search)
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -171,7 +171,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(121,999),",") +" let &colorcolumn="80,".join(range(121,999),",") +let &colorcolumn="80,".join(range(121,130),",") " let &colorcolumn="80" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |
