From 1996ef15613f2d4773017128bba1a719a1b63a19 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Sat, 20 Feb 2021 21:27:26 +0100 Subject: Move to lua based vimrc --- .vim/after/ftplugin/gitrebase.vim | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .vim/after/ftplugin/gitrebase.vim (limited to '.vim/after/ftplugin/gitrebase.vim') diff --git a/.vim/after/ftplugin/gitrebase.vim b/.vim/after/ftplugin/gitrebase.vim deleted file mode 100644 index e97d225..0000000 --- a/.vim/after/ftplugin/gitrebase.vim +++ /dev/null @@ -1,8 +0,0 @@ -set keywordprg=:GitShow -command! -nargs=1 -bar GitShow call s:git_show() - -function! s:git_show(commit) abort - let p = popup#new({ 'filetype': 'diff' }) - let p.contents = systemlist("git show ".a:commit) - call p.open() -endfunction -- cgit 1.4.1