Skip to content

Commit

Permalink
Fixed #617. period is now an end of word designator
Browse files Browse the repository at this point in the history
  • Loading branch information
spf13 committed Jun 30, 2014
1 parent 391f61a commit 49e1bcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
set history=1000 " Store a ton of history (default is 20)
set spell " Spell checking on
set hidden " Allow buffer switching without saving
set iskeyword-=. " '.' is an end of word designator

" Instead of reverting the cursor to the last position in the buffer, we
" set it to the first line when editing a git commit message
Expand Down

0 comments on commit 49e1bcf

Please sign in to comment.