diff options
author | June McEnroe <programble@gmail.com> | 2015-11-23 22:49:47 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2015-11-23 22:49:47 -0500 |
commit | d62987b668738ec2453434475c7c7b6b1ebbc606 (patch) | |
tree | 734be833d836eac757e0052f7826b5326a1ddcb2 | |
parent | Always git rebase --autosquash (diff) | |
download | src-d62987b668738ec2453434475c7c7b6b1ebbc606.tar.gz src-d62987b668738ec2453434475c7c7b6b1ebbc606.zip |
Remove colorcolumn at 120
Diffstat (limited to '')
-rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc index 4662b59b..1a266c74 100644 --- a/.vimrc +++ b/.vimrc @@ -19,7 +19,7 @@ set incsearch ignorecase smartcase hlsearch set autoindent smartindent smarttab " Show line numbers, highlight current line and fixed columns. -set number cursorline colorcolumn=80,100,120 +set number cursorline colorcolumn=80,100 " Set window title. set title |