onivim/oni

Prompt before closing modified buffers

Open

#264 aperta il 1 mar 2017

Vedi su GitHub
 (13 commenti) (0 reazioni) (0 assegnatari)TypeScript (336 fork)batch import
bountybounty-25enhancementhelp wantedinsiderneovim-core

Metriche repository

Star
 (11.389 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

When closing a buffer from the menu (Quit, Close, Split -> Close, Close Other Split(s)) Oni needs to prompt to save if the buffer is modified. For some operations (Close, Split -> Close) we just need to check if the current buffer is dirty but for other operations (Quit, Close Other Split(s)) we need to see if any buffer is dirty.

Guida contributor