onivim/oni

Prompt before closing modified buffers

Open

#264 建立於 2017年3月1日

在 GitHub 查看
 (13 留言) (0 反應) (0 負責人)TypeScript (336 fork)batch import
bountybounty-25enhancementhelp wantedinsiderneovim-core

倉庫指標

Star
 (11,389 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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.

貢獻者指南