summaryrefslogtreecommitdiff
path: root/src/testdir/test_feedkeys.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.1692v7.4.1692Bram Moolenaar2016-04-011-0/+4
| | | | | Problem: feedkeys('i', 'x') gets stuck, waits for a character to be typed. Solution: Behave like ":normal". (Yasuhiro Matsumoto)
* patch 7.4.1533v7.4.1533Bram Moolenaar2016-03-101-0/+10
Problem: Using feedkeys() with an empty string disregards 'x' option. Solution: Make 'x' work with an empty string. (Thinca)