aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* | 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
* | Fix warnings: search.c: find_pattern_in_path(): Np dereference: MI.Eliseo Martínez2014-11-15
* | Fix warnings: regexp_nfa.c: nfa_regatom(): Dead assignment: HI.Eliseo Martínez2014-11-15
* | Fix warnings: quickfix.c: qf_add_entry(): Np dereference: FP.Eliseo Martínez2014-11-15
* | Fix warnings: option.c: do_set(): Dead assignment: HI.Eliseo Martínez2014-11-15
* | vim-patch:7.4.378 #1217André Twupack2014-11-14
* | vim-patch:7.4.437Scott Prager2014-11-13
* | vim-patch:7.4.421Scott Prager2014-11-13
* | Merge pull request #1283 from splinterofchaos/breakindent-tabJustin M. Keyes2014-11-12
|\ \
| * | vim-patch:7.4.417Scott Prager2014-11-12
| * | vim-patch:7.4.416Scott Prager2014-11-11
| |/
* | Convert some values from buffer_defs.h to boolsWayne Rowcliffe2014-11-12
* | Merge pull request #1320 from splinterofchaos/ll-lockJustin M. Keyes2014-11-11
|\ \ | |/ |/|
| * vim-patch:7.4.419Scott Prager2014-11-11
* | Merge pull request #1282 from splinterofchaos/cmd-undefJustin M. Keyes2014-11-11
|\ \
| * | vim-patch:7.4.415Scott Prager2014-11-11
| * | vim-patch:7.4.414Scott Prager2014-11-11
| * | Fix fileio.c's diagram.Scott Prager2014-11-11
| |/
* | normal.c: Replace last TRUE/FALSE/OK/FAIL's w/bool.Scott Prager2014-11-11
* | Use bool in signatures of functions in normal.h.Scott Prager2014-11-11
* | Use bool or int for local flag variables.Scott Prager2014-11-11
* | Use bool in do_mouse().Scott Prager2014-11-11
* | Use bool in normal_cmd().Scott Prager2014-11-11
* | Use bool for flags in oparg_T.Scott Prager2014-11-11
|/
* Merge pull request #1439 from jszakmeister/shuffle-some-includesJustin M. Keyes2014-11-11
|\
| * Move many includes down to the EXITFREE block.John Szakmeister2014-11-09
* | Merge pull request #1449 from jszakmeister/fix-cmake-module-path-usageJohn Szakmeister2014-11-10
|\ \
| * | build: fix CMAKE_MODULE_PATH usageJohn Szakmeister2014-11-10
* | | Fix warnings: message.c: vim_vsnprintf(): Dead assignment (2): HI.Eliseo Martínez2014-11-11
* | | Fix warnings: message.c: delete_first_msg(): Np dereference: FP.Eliseo Martínez2014-11-11
* | | Fix warnings: memory.c: xcalloc(): 0 size calloc: CW.Eliseo Martínez2014-11-11
* | | Fix warnings: hardcopy.c: mch_print_text_out(): Bad free: FP + RI.Eliseo Martínez2014-11-11
* | | Fix warnings: fileio.c: aucmd_prepbuf(): Np dereference: FP.Eliseo Martínez2014-11-11
* | | Fix warnings: fileio.c: readfile(): Dead assignment: HI.Eliseo Martínez2014-11-11
* | | Fix warnings: fold.c: get_foldtext(): Np dereference: FP.Eliseo Martínez2014-11-11
* | | Fix warnings: ex_getln.c: init_history(): Double free: FP.Eliseo Martínez2014-11-11
* | | Fix warnings: ex_eval.c: report_pending(): Np dereference: FP.Eliseo Martínez2014-11-11
* | | Fix warnings: ex_docmd.c: eval_vars(): Unitialized arg: FP.Eliseo Martínez2014-11-11
* | | Fix warnings: ex_cmds2.c: do_source(): Unitialized arg (2): MI.Eliseo Martínez2014-11-11
* | | Fix warnings: ex_cmds2.c: do_source(): Np dereference: FP.Eliseo Martínez2014-11-11
* | | Fix warnings: ex_cmds.c: do_ecmd(): Np dereference: FP.Eliseo Martínez2014-11-11
* | | Fix warnings: ex_cmds.c: do_ascii(): Garbage value (2): MI.Eliseo Martínez2014-11-11
|/ /
* | shell: Use job_write_cb for closing stdinThiago de Arruda2014-11-10
* | eval: Return an empty list from systemlist() when there's no outputThiago de Arruda2014-11-10
* | Merge pull request #1429 from oni-link/fix.job_start.leakJustin M. Keyes2014-11-09
|\ \
| * | Try to fix problem found in the Travis Ci build.oni-link2014-11-09