aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_options.vim
Commit message (Collapse)AuthorAge
* vim-patch:8.0.0057James McCoy2016-11-20
| | | | | | | Problem: Tests fail without the 'keymap' features. Solution: Check for feature in test. https://github.com/vim/vim/commit/9376f5f482a4d579436bf364778c2d8ab8e2f22d
* vim-patch:8.0.0056James McCoy2016-11-20
| | | | | | | Problem: When setting 'filetype' there is no check for a valid name. Solution: Only allow valid characters in 'filetype', 'syntax' and 'keymap'. https://github.com/vim/vim/commit/d0b5138ba4bccff8a744c99836041ef6322ed39a
* vim-patch:7.4.2174James McCoy2016-11-15
Problem: Adding duplicate flags to 'whichwrap' leaves commas behind. Solution: Also remove the commas. (Naruhiko Nishino) https://github.com/vim/vim/commit/c8ce615299b4d8c1b2e6cf83496f48cd497d8a37