Justin M. Keyes
487cf98c0b
startup: fix -E/-Es without -u NONE
...
Before this change, -E/-Es without `-u NONE` reads stdin as Ex commands.
It should always read stdin as text (into buffer 1), like this:
echo foo | nvim -Es +'%p'
foo
echo foo | nvim -Es -u NORC +'%p'
foo
2018-06-17 14:50:53 +02:00
..
2018-06-08 10:13:04 +02:00
2018-04-15 18:23:11 +02:00
2018-03-31 11:12:27 +02:00
2017-02-18 23:24:35 +01:00
2018-06-17 14:50:53 +02:00
2018-06-17 12:51:03 +02:00
2018-06-02 10:07:07 +02:00
2018-06-11 00:46:49 +02:00
2018-04-04 03:23:15 +02:00
2018-06-07 09:59:45 +02:00
2018-05-09 23:18:38 +02:00
2018-03-14 10:39:14 +00:00
2018-06-14 14:00:09 +02:00
2018-02-02 07:28:56 -05:00
2018-06-04 19:42:28 -04:00
2018-04-02 11:14:11 +03:00
2017-04-10 22:59:30 +02:00
2018-06-08 02:18:27 +02:00
2018-06-17 12:51:03 +02:00
2018-05-19 11:44:52 +02:00
2018-06-04 02:09:28 +02:00
2016-06-10 21:50:49 +03:00