summaryrefslogtreecommitdiff
path: root/src/testdir/test_man.vim
AgeCommit message (Collapse)Author
2016-07-23patch 7.4.2095Bram Moolenaar
Problem: Man test fails when run with the GUI. Solution: Adjust for different behavior of GUI. Add assert_inrange().
2016-06-20patch 7.4.1945Bram Moolenaar
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)