justinmk / vim-sneak

The missing motion for Vim :athletic_shoe:
http://www.vim.org/scripts/script.php?script_id=4809
MIT License
3.24k stars 88 forks source link

workaround for cmdheight=0 #299

Closed Shougo closed 1 year ago

Shougo commented 2 years ago

Fix #296

Shougo commented 2 years ago

I don't know why the prompt will be hidden...

rawnly commented 1 year ago

@justinmk any update on this?

justinmk commented 1 year ago

Thanks @Shougo .

This isn't really an ideal solution, because Vim/Nvim cmdheight=0 should fix this in core. But it's ok for now.