Skip to content

Commit

Permalink
pushpop 小修改
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed Oct 9, 2012
1 parent 58379fe commit 8209310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/pushpop.vim
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ function s:pop()
endfunction
function s:pplist()
if len(g:stack) == 0
echohl WarningMsg | echo "Nothing in poppush stack yet." | echohl None
echohl WarningMsg | echo "Nothing in pushpop stack yet." | echohl None
return
endif

echohl PreProc | echo "Current poppush stack:"
echohl PreProc | echo "Current pushpop stack:"
echohl Title | echo "#\t line\tbuf\n" | echohl None
let i = 1
for posinfo in g:stack
Expand Down

0 comments on commit 8209310

Please sign in to comment.