mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Cmd-w shows confirmation dialog when buffer modified
This commit is contained in:
@@ -1677,7 +1677,7 @@ static NSString *MMSymlinkWarningString =
|
||||
add_to_input_buf((char_u*)"\x1c\xe", 2);
|
||||
if (0 == cmdwin_type) {
|
||||
// Command-line window was not open, so :q
|
||||
add_to_input_buf((char_u*)":q\n", 3);
|
||||
add_to_input_buf((char_u*)":conf q\n", 8);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user