aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test69.ok
Commit message (Collapse)AuthorAge
* tests: Migrate legacy test 69.Lucas Hoffmann2016-05-23
|
* vim-patch:7.4.323 #967André Twupack2014-08-07
| | | | | | | Problem: Substitute() with zero width pattern breaks multi-byte character. Solution: Take multi-byte character size into account. (Yukihiro Nakadaira) https://code.google.com/p/vim/source/detail?r=238f5027830cad22e17a970483af9b160869cdf3
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15
Move files from src/ to src/nvim/. - src/nvim/ becomes the new root dir for nvim executable sources. - src/libnvim/ is planned to become root dir of the neovim library.