Files
neovim/test/functional
Justin M. Keyes 308ccb6f5e cmdline: CTRL-R: <Space> instead of CR between lines.
^M isn't any more "correct" than space: the "technically correct"
interpretation is to execute the first line that is seen (and this is
what happens on middle-click paste in Vim). ^M is only intended to
defuse the newline, so that the user can review the command. We can do
that with a space instead, and then the command can be executed without
having to fix it up first.
2017-02-18 14:49:05 +01:00
..
2017-01-19 09:55:57 +01:00
2017-01-17 10:47:20 +01:00
2017-01-11 01:05:55 +01:00
2017-02-04 11:07:49 +01:00
2016-12-27 14:10:01 -05:00
2017-02-14 00:33:52 +03:00
2016-06-10 21:50:49 +03:00