Skip to content

Commit

Permalink
Merge pull request #735 from itchyny/fix-option-abbreviation
Browse files Browse the repository at this point in the history
Fix abbreviation of option name for readability
  • Loading branch information
Johnny Robeson committed Mar 14, 2015
2 parents 1b85a6f + 32b6565 commit 01242bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@

set backspace=indent,eol,start " Backspace for dummies
set linespace=0 " No extra spaces between rows
set nu " Line numbers on
set number " Line numbers on
set showmatch " Show matching brackets/parenthesis
set incsearch " Find as you type search
set hlsearch " Highlight search terms
Expand Down

0 comments on commit 01242bd

Please sign in to comment.