Files
neovim/runtime
Justin M. Keyes b6b12ea7c3 fix(man.vim): filetype=man is too eager #15489
Problem:
"set filetype=man" assumes the user wants :Man features, this does extra
stuff like renaming the buffer as "man://".

Solution:
- old entrypoint was ":set filetype=man", but this is too presumptuous #15487
- make the entrypoints more explicit:
  1. when the ":Man" command is run
  2. when a "man://" buffer is opened
- remove the tricky b:man_sect checks in ftplugin/man.vim and syntax/man.vim
- MANPAGER is supported via ":Man!", as documented.

fixes #15487
2021-08-26 02:50:30 -07:00
..
2021-05-01 14:22:52 -04:00
2021-05-02 12:44:04 -04:00
2021-05-25 22:11:04 -04:00
2021-05-01 22:29:03 -04:00
2021-05-01 22:29:03 -04:00
2021-05-25 22:11:04 -04:00
2014-12-19 15:28:49 -05:00
2021-03-09 19:21:26 +01:00
2021-04-29 21:08:09 -04:00
2019-07-29 20:50:07 +02:00
2021-04-27 09:21:32 -04:00
2021-04-28 21:57:50 -04:00
2019-07-29 20:50:07 +02:00
2021-05-01 22:29:03 -04:00
2021-05-01 22:29:02 -04:00
2014-07-29 02:12:31 +00:00
2021-05-01 22:29:02 -04:00