Add % and . to llvm iskeyword list

This commit is contained in:
Kenneth Benzie 2017-06-08 12:15:27 +01:00
parent b73c4d158e
commit fc6526825e

3
after/ftplugin/llvm.vim Normal file
View File

@ -0,0 +1,3 @@
" Include % and . in keywords for easier navigation of ID's
setlocal iskeyword+=%
setlocal iskeyword+=.