summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2015-10-13 12:06:01 +0200
committerAhmed Abdelhalim <[email protected]>2015-10-13 12:06:01 +0200
commit7b0849783fc6a0864d1c5d69d95ec93a605ed7a5 (patch)
treef831c85be3b12d37f60a1c10fdada01b4c000f08 /.vimrc
parent319d44555b7a1dc09654c8af9b93c0852419847d (diff)
remove the 120 to end mark... keeping only 80 mark
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 1ae0440..c13fb23 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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