aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | functests: Add tests for mark dumping/readingZyX2015-10-08
| * | functests: Add tests for ShaDa variables dumping/readingZyX2015-10-08
| * | main: Read marks at startupZyX2015-10-08
| * | shada: Use glibc functions to convert from big endian, add a fallbackZyX2015-10-08
| * | viminfo: First version of ShaDa file dumpingZyX2015-10-08
| * | mark: Fix valgrind error in mark.cZyX2015-10-08
| * | os/fs: Define os_strerror as an alias to uv_strerrorZyX2015-10-08
* | | tui: Flush input on timer_cbThiago de Arruda2015-10-12
* | | doc: drop obsolete 'langnoremap' section. #3448Ben Noordhuis2015-10-11
* | | vim-patch:8feef4f #3444rosston2015-10-11
|/ /
* | api: represent api type String as msgpack type STR. closes #1250Björn Linse2015-10-08
* | Merge pull request #3430 from fwalch/deps/update-libtermkeyJustin M. Keyes2015-10-07
|\ \ | |/ |/|
| * deps: Update to libtermkey 0.18.Florian Walch2015-10-07
|/
* test: os_system: spec for non-zero exit. #3419Russ Adams2015-10-04
* test: menu_spec: avoid screen test.Justin M. Keyes2015-10-04
* tui: fix_terminfo: Handle "tmux" like "screen". #3422Daniel Hahler2015-10-04
* menu: support :emenu invoked by cmenu map.bambu2015-10-03
* Merge pull request #3414 from Pyrohh/cmake-check-wvlaJustin M. Keyes2015-10-02
|\
| * build: Check if compiler supports -Wvla before useMichael Reed2015-10-02
|/
* Merge PR #3360 'More fixes for 0.1'Thiago de Arruda2015-10-01
|\
| * test: Add basic tests for the TUIThiago de Arruda2015-10-01
| * ex_docmd: Fix terminal mode check condition for ex_normalThiago de Arruda2015-10-01
| * tui: Fix queueing of large chunks of inputThiago de Arruda2015-10-01
| * rbuffer: Enhance rbuffer_reset to work with filled RBuffersThiago de Arruda2015-10-01
| * os/input: Don't advance past incomplete sequences in input_enqueueThiago 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
|/
* Merge pull request #3410 from oni-link/fix.spell_suggestJustin M. Keyes2015-10-01
|\
| * spell.c: Fix memory leakoni-link2015-10-01
* | Merge pull request #3407 from oni-link/fix.ga_concatJustin M. Keyes2015-10-01
|\ \
| * | garray.c: Prevent ga_concat() using memcpy(NULL,...)oni-link2015-09-30
* | | Merge pull request #3409 from jszakmeister/disable-broken-testJustin M. Keyes2015-10-01
|\ \ \ | |_|/ |/| |
| * | Disable a broken functional test.John Szakmeister2015-10-01
|/ /
* | Merge pull request #3408 from fwalch/cmake/filter-ldflagsJustin M. Keyes2015-09-30
|\ \
| * | CMake: Remove --sort-common from linker flags.Florian Walch2015-10-01
|/ /
* | Merge pull request #3365 from ZyX-I/refactor-stringJustin M. Keyes2015-09-30
|\ \ | |/ |/|
| * eval/string(): Share code between msgpackdump() and string()+:echoZyX2015-09-30
| * functests: Do not use user viminfo fileZyX2015-09-30
| * eval/msgpackdump(): Use copyID for protecting against recursive inputZyX2015-09-30
|/
* Merge pull request #3321 from cHoco/fix-append-api-implementation-2Justin M. Keyes2015-09-27
|\
| * Fix append() without line argumentEnrico Ghirardi2015-09-20
* | Merge pull request #3398 from fmoralesc/update-vim-tutorJustin M. Keyes2015-09-27
|\ \
| * | tutor-mode: update pluginFelipe Morales2015-09-27
* | | Merge #3316 'Travis: Install Python 3 Neovim module'.Florian Walch2015-09-27
|\ \ \
| * | | Travis: Install Python 3 to run Python 3 tests.Florian Walch2015-09-27
| * | | test: Check for installed Python module with Vimscript function.Florian Walch2015-09-27
|/ / /
* | | Merge pull request #3395 from fmoralesc/revert-wildmodeJustin M. Keyes2015-09-26
|\| |
| * | defaults: revert wildmode to 'full'Felipe Morales2015-09-26
|/ /
* | Merge pull request #3394 from justinmk/man.vimJustin M. Keyes2015-09-25
|\ \
| * | man.vim: Prevent sourcing in startup.Justin M. Keyes2015-09-25