neovim/man
Justin M. Keyes 1f300e08b8 win/startup: remove --literal
Fixes 2 failing tests in startup_spec.lua.

The Windows-only `--literal` option complicates support of "stdin-as-text
+ file-args" (#7679).  Could work around it, but it's not worth
the trouble:
- users have a reasonable (and englightening) alternative: nvim +"n *"
- "always literal" is more consistent/predictable
- avoids platform-specific special-case

Unrelated changes:
- Replace fileno(stdxx) with STDXX_FILENO for consistency (not motivated
  by any observed technical reason).
2018-06-04 02:09:27 +02:00
..
Makefile man: Bump nvim.1 date, add Makefile for authoring 2015-06-26 19:24:07 -04:00
nvim.1 win/startup: remove --literal 2018-06-04 02:09:27 +02:00