about summary refs log tree commit diff stats
path: root/subx.vim
diff options
context:
space:
mode:
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 a0e11837..f63a13c9 100644
--- a/subx.vim
+++ b/subx.vim
@@ -38,7 +38,7 @@ set cpo&vim
 setlocal formatoptions-=t  " allow long lines
 setlocal formatoptions+=c  " but comments should still wrap
 
-setlocal iskeyword+=-,?,<,>
+setlocal iskeyword+=-,?,<,>,$
 
 syntax match subxH1Comment /# - .*/ | highlight link subxH1Comment Comment
 syntax match subxComment /#\( \.\| - \|? \)\@!.*/ | highlight link subxComment Comment