summaryrefslogtreecommitdiff
path: root/src/testdir/test_man.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.1917: no test for improved Man commandv8.2.1917Bram Moolenaar2020-10-281-0/+14
| | | | | Problem: No test for improved Man command. Solution: Test that shell arguments are properly escaped.
* patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar2020-08-121-0/+2
| | | | | | | Problem: Various inconsistencies in test files. Solution: Add modelines where they were missing. Use Check commands instead of silently skipping over tests. Adjust indents and comments. (Ken Takata, closes #6695)
* patch 8.2.0568: the man filetype plugin overwrites the unnamed registerv8.2.0568Bram Moolenaar2020-04-131-0/+20
| | | | | Problem: The man filetype plugin overwrites the unnamed register. Solution: Use the black hole register. (Jason Franklin)
* patch 8.1.1768: man plugin changes setting in current windowv8.1.1768Bram Moolenaar2019-07-281-6/+31
| | | | | Problem: Man plugin changes setting in current window. Solution: Set options later. (Jason Franklin)
* patch 8.1.1733: the man ftplugin leaves an empty buffer behindv8.1.1733Bram Moolenaar2019-07-221-0/+28
| | | | | Problem: The man ftplugin leaves an empty buffer behind. Solution: Don't make new window and edit, use split. (Jason Franklin)
* patch 7.4.2095v7.4.2095Bram Moolenaar2016-07-231-10/+11
| | | | | Problem: Man test fails when run with the GUI. Solution: Adjust for different behavior of GUI. Add assert_inrange().
* patch 7.4.1945v7.4.1945Bram Moolenaar2016-06-201-0/+59
Problem: The Man plugin doesn't work that well. Solution: Use "g:ft_man_open_mode" to be able open man pages in vert split or separate tab. Set nomodifiable for buffer with man content. Add a test. (Andrey Starodubtsev, closes #873)