idris-hackers / idris-vim

Idris mode for vim
221 stars 52 forks source link

feat: add '?' to iskeyword so that a '?hole' will be treated as singl… #68

Closed luochen1990 closed 7 years ago

luochen1990 commented 7 years ago

This will tell Vim to treat the '?' as part of a word, so that when you press ciw or other text-object-related-commands in Vim, a hole with the '?' together will be treated as a single word.

melted commented 7 years ago

Thanks!