]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1049: when user tries to exit with CTRL-C message is confusing v8.1.1049
authorBram Moolenaar <Bram@vim.org>
Mon, 25 Mar 2019 21:21:24 +0000 (22:21 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 25 Mar 2019 21:21:24 +0000 (22:21 +0100)
commita84a3dd6635fcd2e07f510cba6a999585dcc381a
tree5ec1f6fef107b2cf8fe33a5bf5bb04fd9edc6999
parentb45125b374cc3a1cef176b704f518c72c518f24c
patch 8.1.1049: when user tries to exit with CTRL-C message is confusing

Problem:    When user tries to exit with CTRL-C message is confusing.
Solution:   Only mention ":qa!" when there is a changed buffer. (closes #4163)
src/normal.c
src/proto/undo.pro
src/testdir/test_normal.vim
src/undo.c
src/version.c