Skip to content

Commit

Permalink
remove debug info
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory L. Dietsche <[email protected]>
  • Loading branch information
farmergreg committed Feb 21, 2017
1 parent bdd3e4e commit d4a1944
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin/vim-lastplace.vim
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ endif

fu! s:lastplace()
if index(split(g:lastplace_ignore_buftype, ","), &buftype) != -1
echom "vim-lastplace- you matched the buf type"
return
endif

Expand Down

0 comments on commit d4a1944

Please sign in to comment.