Skip to content

Commit

Permalink
Show line 80
Browse files Browse the repository at this point in the history
  • Loading branch information
janogonzalez committed Mar 25, 2012
1 parent c6614f3 commit fe0709f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vimrc
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ set expandtab " use spaces, not tabs (optional)
set backspace=indent,eol,start " backspace through everything in insert mode set backspace=indent,eol,start " backspace through everything in insert mode


set list listchars=tab:\ \ ,trail:· " show tabs and trailing whitespace set list listchars=tab:\ \ ,trail:· " show tabs and trailing whitespace
set colorcolumn=80 " Show column 80


"" Searching "" Searching
set hlsearch " highlight matches set hlsearch " highlight matches
Expand Down

0 comments on commit fe0709f

Please sign in to comment.