aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-25 08:59:56 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-25 08:59:56 +1200
commitb3c6f0c046c5e7e2001308805f811ca425f43d0f (patch)
treec531e4a1025e544ab738010443dfdac13d20ca17
parentBump VERSION (diff)
downloadvim-diff-prune-b3c6f0c046c5e7e2001308805f811ca425f43d0f.tar.gz
vim-diff-prune-b3c6f0c046c5e7e2001308805f811ca425f43d0f.zip
Add missing ! for function
-rw-r--r--autoload/diff/prune.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/diff/prune.vim b/autoload/diff/prune.vim
index f0eb130..2379683 100644
--- a/autoload/diff/prune.vim
+++ b/autoload/diff/prune.vim
@@ -1,5 +1,5 @@
" Undo some diff lines
-function diff#prune#Prune(type) abort
+function! diff#prune#Prune(type) abort
" Choose appropriate line ranges depending on mode
if a:type ==# 'v' || a:type ==# 'V' || a:type ==# "\<C-V>"