Add % and . to llvm iskeyword list

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

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+=.