aboutsummaryrefslogtreecommitdiff
path: root/vim/after
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-11-17 09:25:44 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-11-17 09:25:44 +1300
commit193a0e7ed32b74ee077be441b5759564cbe2dabb (patch)
tree8f6ac8385cbb2bb8534a1a70e086182a340d25c7 /vim/after
parentremind(1) wrapper for default filename (diff)
downloaddotfiles-193a0e7ed32b74ee077be441b5759564cbe2dabb.tar.gz
dotfiles-193a0e7ed32b74ee077be441b5759564cbe2dabb.zip
Filetype for nwatch diffs
Diffstat (limited to 'vim/after')
-rw-r--r--vim/after/ftdetect/diff.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/vim/after/ftdetect/diff.vim b/vim/after/ftdetect/diff.vim
new file mode 100644
index 00000000..2c6037f5
--- /dev/null
+++ b/vim/after/ftdetect/diff.vim
@@ -0,0 +1,5 @@
+" nwatch.diff.* is a diff
+autocmd BufNewFile,BufRead
+ \ nwatch.diff.*
+ \ setlocal filetype=diff
+