rhysd / committia.vim

A Vim plugin for more pleasant editing on commit messages
MIT License
731 stars 30 forks source link

How to complete from the diff window? #44

Open kiooss opened 6 years ago

kiooss commented 6 years ago

Is there a way let the buffer completion work from the diff window?

xaizek commented 6 years ago

CTRL-N/CTRL-P completion should work, but what exactly it will complete depends on the value of 'complete' option. If it has w or b, other windows provided by this plugin should be sources of completion in edit window.