We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4551c0a commit 71ef1baCopy full SHA for 71ef1ba
2 files changed
src/testdir/test_prompt_buffer.vim
@@ -24,6 +24,8 @@ func WriteScript(name)
24
call writefile([
25
\ 'func TextEntered(text)',
26
\ ' if a:text == "exit"',
27
+ \ ' " Reset &modified to allow the buffer to be closed.',
28
+ \ ' set nomodified',
29
\ ' stopinsert',
30
\ ' close',
31
\ ' else',
src/version.c
@@ -761,6 +761,8 @@ static char *(features[]) =
761
762
static int included_patches[] =
763
{ /* Add new patch number below this line */
764
+/**/
765
+ 92,
766
/**/
767
91,
768
0 commit comments