kakoune/rc
Johannes Altmanninger 52a7c58670 rc autorestore: fix regression due to ! breaking change
Commit 85b78dda (src: Select the data inserted by `!` and `<a-!>`,
merged on 2021-03-06) broke autorestore by making it delete the
restored content.  I've been using it for 6 months but never noticed
since I didn't use autorestore

Reproducer:

	HOME=$PWD kak -s foo README.asciidoc -e 'exec iUNSAVED-CONTENT'
	# In another terminal:
	ps aux | awk '/kak -s foo/ {print $2; exit}' | xargs kill -HUP
	HOME=$PWD kak -s foo README.asciidoc

Delete the trailing newline instead of the restored content.

While at it, remove some <space> commands from execute-keys, to make
it work on the breaking-cleanups branch which swaps <space> and ",".

Closes #4335
2022-04-28 19:32:24 +02:00
..
detection modeline-parse: parse set and : correctly 2021-12-31 11:02:15 -03:00
filetype Merge remote-tracking branch 'in0ni/master' 2022-04-25 19:31:16 +10:00
tools rc autorestore: fix regression due to ! breaking change 2022-04-28 19:32:24 +02:00
windowing Add a complete-command command to configure command completion 2022-03-06 10:13:14 +11:00