aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/edit_spec.lua
Commit message (Collapse)AuthorAge
* test: port Test_edit_08() to Lua testJustin M. Keyes2018-02-11
Test_edit_08() depends on special-case handling in has_compl_option() and redrawing() which are in Vim but are not wanted in Nvim. Using a Lua test instead of depending on workarounds in the core to make the VimL test work.