aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* test: Add basic tests for the TUIThiago de Arruda2015-10-01
* tui: Don't use 'pastetoggle' for automatic pastingThiago de Arruda2015-10-01
* shell: Ensure silent bang mappings won't cut outputThiago de Arruda2015-10-01
* Disable a broken functional test.John Szakmeister2015-10-01
* functests: Do not use user viminfo fileZyX2015-09-30
* eval/msgpackdump(): Use copyID for protecting against recursive inputZyX2015-09-30
* test: Check for installed Python module with Vimscript function.Florian Walch2015-09-27
* test: K, 'keywordprg'Justin M. Keyes2015-09-23
* functests: Test how msgpack\* functions behave with invalid inputZyX2015-09-19
* functests: Split msgpack\* function tests into three groups:ZyX2015-09-19
* functests/helpers: Add exc_exec function that checks the exceptionZyX2015-09-19
* terminal: Run screen refresh timer in a deferred queueThiago de Arruda2015-09-18
* os/path: Fix path_get_absolute_path for top-level pathsThiago de Arruda2015-09-18
* api: vim_err_write: add tests for multiline handlingBjörn Linse2015-09-16
* loop: Free the parent queue last when destroying the loopThiago de Arruda2015-09-16
* encoding: test that `&encoding` cannot be changedBjörn Linse2015-09-08
* encoding: Update handling of encoding in testsBjörn Linse2015-09-08
* clipboard: avoid clipboard during :global. #2809Felipe Morales2015-08-30
* test59: Store all text as utf-8 and convert when neededBjörn Linse2015-08-26
* test59: Make "syntax off" explicit, as default may change with #2675Björn Linse2015-08-26
* test59: Fixup incorrectly encoded utf-8Björn Linse2015-08-26
* test59: Split tests into 1-1, etcLucas Hoffmann2015-08-26
* test59: Turn the VimL test function into a lua function.Lucas Hoffmann2015-08-26
* test59: Write spell files from lua and use cp to get the right files in placeLucas Hoffmann2015-08-26
* test59: Save source file in utf8, this will mess up a lot of characters.Lucas Hoffmann2015-08-26
* test59: Turn function definition into source() call.Lucas Hoffmann2015-08-26
* test59: Inital clean up.Lucas Hoffmann2015-08-26
* tests: Migrate legacy test 59.Lucas Hoffmann2015-08-26
* defaults: set 'laststatus' to 2. #2876Felipe Morales2015-08-24
* defaults: set 'listchars' to "tab:> ,trail:-,nbsp:+". #2872Felipe Morales2015-08-22
* terminal: Fix use after freeThiago de Arruda2015-08-22
* tests: fix the glob tests when building under a long path #3214John Szakmeister2015-08-21
* eval: Protect job callbacks from being redefinedThiago de Arruda2015-08-21
* Notify attached UIs whenever menus changeRobin Allen2015-08-21
* os/fs.c: remove os_file_is_readonly()Justin M. Keyes2015-08-17
* test: more cases for os_file_is_readonly()Justin M. Keyes2015-08-17
* test: cover os_file_is_readable()Justin M. Keyes2015-08-17
* queue: Implement a more flexible event queueThiago de Arruda2015-08-13
* test: Make sure ENTER prompt is exited in clipboard_provider_specThiago de Arruda2015-08-13
* test: cover :grepJustin M. Keyes2015-08-11
* test: fix pending() invocationsJustin M. Keyes2015-08-09
* test: move runtime/autoload/* to provider/Justin M. Keyes2015-08-09
* test: python: report pending() if python{2,3} is missingJustin M. Keyes2015-08-09
* vim-patch:7.4.773 #3066Marco Hinz2015-08-09
* clipboard: support clipboard=unnamedplus,unnamedBjörn Linse2015-08-07
* test: cover msgpackparse() regressionJustin M. Keyes2015-08-05
* Merge pull request #3034 from ZyX-I/msgpack-evalJustin M. Keyes2015-08-03
|\
| * functests: Use eval subdirectory in place of vimlZyX2015-08-02
| * eval: Remove most of msgpack* functions limitationsZyX2015-08-02
| * eval: Add msgpackparse and msgpackdump functionsZyX2015-08-02