onivim/oni

Prompt before closing modified buffers

オープン

#264 opened on 2017/03/01

 (13 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (297 件のフォーク)batch import
bountybounty-25enhancementhelp wantedinsiderneovim-core

Repository metrics

Stars
 (11,246 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド