aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* | | | | | Merge pull request #4574 from oni-link/fix.utfc_ptr2char_lenJustin M. Keyes2016-04-17
|\ \ \ \ \ \
| * | | | | | mbyte_spec.lua: Fix indentationoni-link2016-04-17
| * | | | | | mbyte_spec.lua: Fix wordingoni-link2016-04-17
| * | | | | | mbyte.c: Unittest for utfc_ptr2char_len()oni-link2016-04-15
* | | | | | | Make completion_spec.lua more robustKillTheMule2016-04-16
|/ / / / / /
* | | | | | test: defaults_spec.luaJustin M. Keyes2016-04-15
* | | | | | test: move server_spec.luaJustin M. Keyes2016-04-15
* | | | | | tests: fix indeterministic oldfiles! testBjörn Linse2016-04-14
* | | | | | Update lua client to 0.0.1-24Thiago de Arruda2016-04-13
* | | | | | Mark cursor_spec.lua indeterministic test as pendingThiago de Arruda2016-04-11
* | | | | | Remove indeterminism in oldfiles_spec.luaThiago de Arruda2016-04-11
* | | | | | Synchronize shada reset helper with other functional testsThiago de Arruda2016-04-11
* | | | | | Merge pull request #4357 from jbradaric/vim-7.4.1105Justin M. Keyes2016-04-09
|\ \ \ \ \ \
| * | | | | | vim-patch:7.4.1105Jurica Bradaric2016-02-27
* | | | | | | complete: noinsert/noselect should not set 'modified'. #4509Shougo Matsushita2016-04-09
* | | | | | | buffer.c: change return type to boolCharles Joachim2016-04-03
* | | | | | | tests: update tests to use [gs]et_lines instead of [gs]et_line_sliceBjörn Linse2016-04-01
* | | | | | | api/buffer: add tests for buffer_[gs]et_linesBjörn Linse2016-04-01
* | | | | | | api/buffer: introduce buffer_[gs]et_lines with new indexing convention.Björn Linse2016-04-01
* | | | | | | vim-patch:7.4.1654James McCoy2016-03-30
* | | | | | | vim-patch:7.4.1652James McCoy2016-03-30
* | | | | | | vim-patch:7.4.1643James McCoy2016-03-30
* | | | | | | vim-patch:7.4.1641James McCoy2016-03-30
* | | | | | | Merge pull request #4461 from bfredl/pum_k_eventJustin M. Keyes2016-03-18
|\ \ \ \ \ \ \
| * | | | | | | edit.c: K_EVENT should not hide the popupmenuBjörn Linse2016-03-17
* | | | | | | | test: minor changesJustin M. Keyes2016-03-17
* | | | | | | | 'shortmess': Add "F" flag. #4446Shougo Matsushita2016-03-17
|/ / / / / / /
* | | | | | | Merge pull request #2877 from lucc/test88Justin M. Keyes2016-03-10
|\ \ \ \ \ \ \
| * | | | | | | tests: Update migrated legacy test 88 for patch 7.4.639.Lucas Hoffmann2016-03-09
| * | | | | | | tests: Modernize legacy test 88.Lucas Hoffmann2016-03-09
| * | | | | | | tests: Migrate legacy test 88.Lucas Hoffmann2016-03-09
* | | | | | | | complete: disable folding when completingAnmol Sethi2016-03-09
|/ / / / / / /
* | | | | | | Normalize nan/-nan in plugin/msgpack_spec.luaThiago de Arruda2016-03-07
* | | | | | | Remove `goto` statement in lua code.Thiago de Arruda2016-03-07
* | | | | | | Rewrite hexadecimal escape sequences as decimal in lua stringsThiago de Arruda2016-03-07
* | | | | | | Remove dependency on ffi moduleThiago de Arruda2016-03-07
| |/ / / / / |/| | | | |
* | | | | | Tests: check error messages from set{qf,loc}list()Marco Hinz2016-03-02
* | | | | | Tests: add autocmd_spec.luaMarco Hinz2016-03-02
* | | | | | Tests: clean up tabnew_spec.luaMarco Hinz2016-03-02
| |/ / / / |/| | | |
* | | | | Merge pull request #4319 from watiko/vim-7.4.952Justin M. Keyes2016-03-02
|\ \ \ \ \
| * | | | | vim-patch:7.4.952watiko2016-02-22
* | | | | | Trigger TabNew before TabEnterMarco Hinz2016-03-01
* | | | | | Tests: add function_spec.luaMarco Hinz2016-03-01
* | | | | | Merge pull request #4304 from bfredl/yankBjörn Linse2016-02-29
|\ \ \ \ \ \
| * | | | | | TextYankPost: add information to v:event and update testsBjörn Linse2016-02-29
| * | | | | | eval: add v:event, which will contain data events want to propagate to their ...Björn Linse2016-02-29
| * | | | | | Add TextYankPost and TextDeletePost autocmdsShougo Matsushita2016-02-29
* | | | | | | Tests: fix according to lualintMarco Hinz2016-02-29
|/ / / / / /
* | | | | | Merge pull request #3900 from ZyX-I/inf-nan-stringJustin M. Keyes2016-02-28
|\ \ \ \ \ \
| * | | | | | functests: Add string() function testsZyX2016-02-02