aboutsummaryrefslogtreecommitdiff
path: root/autoload
diff options
context:
space:
mode:
authorThomas Buckley-Houston2017-05-30 09:40:18 +0000
committerThomas Buckley-Houston2017-06-10 10:54:00 +0000
commit2de00abbbb6730bc4af4f1f134dc557cd991d299 (patch)
tree559886db8aff2a7029358a376e644f3e4819ac2b /autoload
parentabccaba225a5839fca23966c274bd86c78453844 (diff)
Fix test runner
Diffstat (limited to 'autoload')
-rw-r--r--autoload/novim_mode.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/autoload/novim_mode.vim b/autoload/novim_mode.vim
index f7408d3..0abe936 100644
--- a/autoload/novim_mode.vim
+++ b/autoload/novim_mode.vim
@@ -5,6 +5,7 @@ function! s:IsEditableBuffer()
\|| !&modifiable
\|| &readonly
\|| bufname('%') =~# 'NERD_tree_'
+ \|| bufname('%') =~# 'fugitiveblame'
return 0
else
return 1