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 From 591ed9ba277e6a987cfe52e237920f02570ef87d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 17 Jun 2018 23:47:58 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index b2a45e0b..2cb5653f 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v0.56.0 -Sun Jun 17 11:12:53 UTC 2018 +tejr dotfiles v0.56.1 +Sun Jun 17 11:47:39 UTC 2018 -- cgit v1.2.3