about summary refs log tree commit diff stats
path: root/subx.vim
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-10-25 05:54:06 -0700
committerKartik Agaram <vc@akkartik.com>2019-10-25 06:10:36 -0700
commitf0b7e327c5e612ea2f72f2e41c046a2105076654 (patch)
treeb598dfdfb31a748634302b6f336aebd356fe372d /subx.vim
parent76599bb813970f09ddd27d476f5b62be9bf97d4d (diff)
downloadmu-f0b7e327c5e612ea2f72f2e41c046a2105076654.tar.gz
5714
Replace calculations of constants with labels.
Diffstat (limited to 'subx.vim')
-rw-r--r--subx.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx.vim b/subx.vim
index d63f3548..a61372f6 100644
--- a/subx.vim
+++ b/subx.vim
@@ -15,7 +15,7 @@ set cpo&vim
 setlocal formatoptions-=t  " allow long lines
 setlocal formatoptions+=c  " but comments should still wrap
 
-setlocal iskeyword+=-,?
+setlocal iskeyword+=-,?,<,>
 
 " blue tones
 " comment colors for dark terminal: 14, 39, 27, 19