Skip to content

Commit

Permalink
suppress MRU buffer switching message
Browse files Browse the repository at this point in the history
  • Loading branch information
jeetsukumaran committed Apr 29, 2013
1 parent 8e8a26e commit 03222d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/buffergator.vim
Original file line number Diff line number Diff line change
Expand Up @@ -1891,7 +1891,7 @@ function! s:BuffergatorCycleMru(dir, bufopencmd)
else
let l:bufopencmd = a:bufopencmd
endif
call s:_buffergator_messenger.send_info("returning to: " . bufname(l:target_buf))
" call s:_buffergator_messenger.send_info("returning to: " . bufname(l:target_buf))
let s:buffergator_track_mru = 0
execute "silent keepalt keepjumps " . l:bufopencmd . " " . l:target_buf
let s:buffergator_track_mru = 1
Expand Down

0 comments on commit 03222d9

Please sign in to comment.