Skip to content

Commit

Permalink
vim - after/ftplugin/sh.vim: remove "." from &iskeyword
Browse files Browse the repository at this point in the history
  • Loading branch information
tyru committed Feb 29, 2012
1 parent bc75aed commit 8f5714c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotfiles/.vim/after/ftplugin/sh.vim
Expand Up @@ -11,6 +11,7 @@ let s:match_words = &matchpairs . ',\<if\>:\<fi\>'
let s:match_words += ',\<do\>:\<done\>'
let s:match_words += ',\<case\>:\<esac\>'
call s:opt.let('b:match_words', s:match_words)
call s:opt.remove('iskeyword', '.')

let b:undo_ftplugin = s:opt.make_undo_ftplugin()

Expand Down

0 comments on commit 8f5714c

Please sign in to comment.