From f90b63d30d78d4ee913bfb41e51be01303b29545 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 8 Jun 2017 12:15:27 +0100 Subject: [PATCH] Add % and . to llvm iskeyword list --- after/ftplugin/llvm.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 after/ftplugin/llvm.vim diff --git a/after/ftplugin/llvm.vim b/after/ftplugin/llvm.vim new file mode 100644 index 0000000..52d8ab9 --- /dev/null +++ b/after/ftplugin/llvm.vim @@ -0,0 +1,3 @@ +" Include % and . in keywords for easier navigation of ID's +setlocal iskeyword+=% +setlocal iskeyword+=.