Skip to content

Commit

Permalink
fixed #547. Better end of word handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
spf13 committed Jun 30, 2014
1 parent 40b91a6 commit 21ff737
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@
set spell " Spell checking on
set hidden " Allow buffer switching without saving
set iskeyword-=. " '.' is an end of word designator
set iskeyword-=# " '#' is an end of word designator
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 21ff737

Please sign in to comment.