aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_feedkeys.vim
Commit message (Collapse)AuthorAge
* vim-patch:7.4.1533 #5320Wei Huang2016-09-11
Problem: Using feedkeys() with an empty string disregards 'x' option. Solution: Make 'x' work with an empty string. (Thinca) When integrating the patch to nvim, used same logic but different code based on nvim codebase. New test passed. https://github.com/vim/vim/commit/74c5bbf13435a7ab1e3461078bbcb1200f0451e1