From 2a10d316c2d11f6aac32dfecb88585b0db3558eb Mon Sep 17 00:00:00 2001 From: Daniel Sissom Date: Sat, 9 Mar 2024 14:08:41 -0600 Subject: [PATCH] Removed colon from word matching in vim for tex. --- vim/vim/after/ftplugin/tex.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 vim/vim/after/ftplugin/tex.vim diff --git a/vim/vim/after/ftplugin/tex.vim b/vim/vim/after/ftplugin/tex.vim new file mode 100644 index 0000000..564a7c7 --- /dev/null +++ b/vim/vim/after/ftplugin/tex.vim @@ -0,0 +1 @@ +setlocal iskeyword-=: