From ce5fc70314d8b56a8a1c033f07ce398a92554ba5 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 17 Jun 2018 23:47:04 +1200 Subject: Add missing ! --- vim/autoload/filter.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/autoload/filter.vim b/vim/autoload/filter.vim index f499f432..0a39f23a 100644 --- a/vim/autoload/filter.vim +++ b/vim/autoload/filter.vim @@ -2,6 +2,6 @@ " restore it after doing so function! filter#Stable(command) abort let l:view = winsaveview() - execute '%' . a:command + execute '%!' . a:command call winrestview(l:view) endfunction -- cgit v1.2.3