aboutsummaryrefslogtreecommitdiff
path: root/plugin/vimdiff.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/vimdiff.vim')
-rw-r--r--plugin/vimdiff.vim4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugin/vimdiff.vim b/plugin/vimdiff.vim
deleted file mode 100644
index ffd9f46..0000000
--- a/plugin/vimdiff.vim
+++ /dev/null
@@ -1,4 +0,0 @@
1if &diff " only for diff mode/vimdiff
2 set diffopt=filler,context:1000000 " filler is default and inserts empty lines for sync
3 set foldmethod=syntax
4endif
..