Skip to content

Commit cd649ad

Browse files
committed
remove extra delete buffer form old code
1 parent 026ab06 commit cd649ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugin/vim-swoop.vim

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
" Vim Swoop 1.1.7
1+
" Vim Swoop 1.1.8
22

33
"Copyright (C) 2015 copyright Clément CREPY
44
"
@@ -235,7 +235,6 @@ function! SwoopQuit()
235235
"echom ' -> quit'
236236

237237
call delete('swoopBuf')
238-
bd! swoopBuf
239238
call s:restorePosition()
240239
call clearmatches()
241240
call s:restoreCpo()

0 commit comments

Comments
 (0)