Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | os/lang: use the correct LC_NUMERIC also for OS X | Björn Linse | 2018-12-13 |
| | |||
* | functests: Replace execute with either command or feed_command | ZyX | 2017-04-09 |
| | | | | | | | | | | Hope this will make people using feed_command less likely: this hides bugs. Already found at least two: 1. msgpackparse() will show internal error: hash_add() in case of duplicate keys, though it will still work correctly. Currently silenced. 2. ttimeoutlen was spelled incorrectly, resulting in option not being set when expected. Test was still functioning somehow though. Currently fixed. | ||
* | Merge #4991 'vim-patch:7.4.1140' | Justin M. Keyes | 2016-07-09 |
| | |||
* | vim-patch:7.4.1140 | Patrick | 2016-07-08 |
Problem: Recognizing <sid> does not work when the language is Turkish. (Christian Brabandt) Solution: Use MB_STNICMP() instead of STNICMP(). https://github.com/vim/vim/commit/e266d6d664d6d743c79797af400b2c01ec746216 Note: Added new test |