Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 7.4.2095v7.4.2095 | Bram Moolenaar | 2016-07-23 | 1 | -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.1945 | Bram Moolenaar | 2016-06-20 | 1 | -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) |