aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * Fix warnings: eval.c: clear_tv(): Bad free: RI.Eliseo Martínez2014-11-18
| * Fix warnings: eval.c: item_compare(): Garbage value: MI.Eliseo Martínez2014-11-18
| * Fix warnings: eval.c: dictitem_alloc(): Out-of-bounds access: FP.Eliseo Martínez2014-11-18
| * Fix warnings: eval.c: set_var_lval(): Np dereference: FP.Eliseo Martínez2014-11-18
| * Fix warnings: window.c: tabline_height(): Np dereference: FP.Eliseo Martínez2014-11-18
| * Fix warnings: window.c: win_drag_vsep_line(): Np dereference: FP.Eliseo Martínez2014-11-18
| * Fix warnings: window.c: winframe_remove(): Np dereference: FP.Eliseo Martínez2014-11-18
| * Fix warnings: window.c: win_rotate(): Np dereference: FP.Eliseo Martínez2014-11-18
| * Fix warnings: tag.c: get_tags(): Uninitialized arg: RI.Eliseo Martínez2014-11-18
| * Fix warnings: tag.c: jumpto_tag(): Np dereference: MI.Eliseo Martínez2014-11-18
| * Fix warnings: tag.c: test_for_static()/get_tags(): Various (2): FP.Eliseo Martínez2014-11-18
|/
* Merge PR #1454 'Refactor plugin system'Thiago de Arruda2014-11-18
|\
| * docs: Update to the latest changes in the plugin infrastructureThiago de Arruda2014-11-18
| * test: Add tests for the python providerThiago de Arruda2014-11-18
| * test: Add tests for the rpc#define#* functionsThiago de Arruda2014-11-18
| * runtime: Remove 'python_setup.vim'Thiago de Arruda2014-11-18
| * runtime: Reimplement python/clipboard providers in vimscriptThiago de Arruda2014-11-18
| * runtime: Add vimscript support for external pluginsThiago de Arruda2014-11-18
| * channel: Improve error reporting for invalid responsesThiago de Arruda2014-11-18
| * channel: Remove invalid free_channel callThiago de Arruda2014-11-18
| * Remove os/provider.{c,h} and all of its referencesThiago de Arruda2014-11-18
| * eval/ex_cmds2/ops: Implement providers with eval_call_providerThiago de Arruda2014-11-18
| * eval: Add eval_call_provider/eval_has_provider functionsThiago de Arruda2014-11-18
|/
* Merge pull request #1487 from jszakmeister/search-gettext-subdirJohn Szakmeister2014-11-18
|\
| * Fix #1484: search gettext subdir for headerJohn Szakmeister2014-11-17
|/
* doc: Remove MS-DOS specific options bioskey and conskey #1353Fredrik Fornwall2014-11-17
* doc: update msgpack_rpc documentation to use nvim as variable name #1470James Baumgarten2014-11-17
* Merge pull request #1485 from equalsraf/tb-no-make-prgJohn Szakmeister2014-11-17
|\
| * Use cmake --build instead of MakeRui Abreu Ferreira2014-11-14
* | Merge pull request #1157 from fwalch/remove-coverityJustin M. Keyes2014-11-16
|\ \
| * | Travis: Remove Coverity build.Florian Walch2014-11-16
* | | Merge pull request #1483 from oni-link/fix.mch_print_begin.memory.leak.stackv...Justin M. Keyes2014-11-16
|\ \ \
| * | | coverity/13765,13766,13767,13768: Fix memory leaks in hardcopy.coni-link2014-11-16
| |/ /
* | | Merge pull request #1479 from Pyrohh/fix_comments_and_use_stdboolJustin M. Keyes2014-11-16
|\ \ \ | |/ / |/| |
| * | arabic.c: Comment fixesMichael Reed2014-11-15
| * | farsi.c: Misc. fixesMichael Reed2014-11-15
|/ /
* | Merge pull request #1471 from splinterofchaos/fix-jobstartJustin M. Keyes2014-11-15
|\ \
| * | jobstart: Check prg arguments for NULL.Scott Prager2014-11-13
* | | Merge pull request #1460 from elmart/clang-analysis-fixes-3Justin M. Keyes2014-11-15
|\ \ \
| * | | Fix warnings: charset.c: win_lbr_chartabsize(): Dead assignment: HI.Eliseo Martínez2014-11-15
| * | | Fix warnings: undo.c: u_blockfree(): Use after free: FP.Eliseo Martínez2014-11-15
| * | | Fix warnings: syntax.c: get_id_list(): Double free: FP.Eliseo Martínez2014-11-15
| * | | Fix warnings: syntax.c: syn_regexec(): Uninitialized arg: MI.Eliseo Martínez2014-11-15
| * | | Fix warnings: spell.c: spell_edit_score(): Garbage value: MI.Eliseo Martínez2014-11-15
| * | | Fix warnings: spell.c: getroom(): Np dereference: FP/RI.Eliseo Martínez2014-11-15
| * | | Fix warnings: spell.c: store_aff_word(): Garbage value: RI.Eliseo Martínez2014-11-15
| * | | Fix warnings: spell.c: spell_read_aff(): Uninitialized arg: RI.Eliseo Martínez2014-11-15
| * | | Fix warnings: spell.c: spell_move_to(): Garbage value: RI.Eliseo Martínez2014-11-15
| * | | Fix warnings: spell.c: spell_move_to(): Null arg: FP.Eliseo Martínez2014-11-15
| * | | Fix warnings: spell.c: find_word(): Dead assignment: HI.Eliseo Martínez2014-11-15