aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin/man_spec.lua
Commit message (Collapse)AuthorAge
* test: man_spec: Fix use of nested [[ quotingJames McCoy2018-02-02
| | | | | | Lua (not LuaJIT) complains about the "^[[" strings inside the expect, since it sees them as nested quotes. Change the quoting to [=[ ]=] to avoid the issue.
* Merge #7623 'man.vim: highlight bold, underlined text'Justin M. Keyes2018-01-09
|
* Address PR commentsGabriel Holodak2017-12-27
|
* Add functional tests for man highlightingGabriel Holodak2017-12-27