summaryrefslogtreecommitdiff
path: root/src/testdir/test_man.vim
Commit message (Collapse)AuthorAgeFilesLines
* 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)