aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* ugrid: Increase cell size to allow unicode compositionThiago de Arruda2015-09-18
* terminal: Don't enter terminal mode from `:normal`Thiago de Arruda2015-09-18
* eval: Fix `ex_delfunction` to use the `uf_refcount` field properlyThiago de Arruda2015-09-18
* regexp: Fix invalid multibyte reads at end of stringsThiago de Arruda2015-09-18
* os/path: Fix path_get_absolute_path for top-level pathsThiago de Arruda2015-09-18
* ui_bridge: Fix passing NULL pointer to memcpyThiago de Arruda2015-09-18
* options: unify undolevels defaultJakob Schnitzer2015-09-17
* api: vim_err_write: don't wait for return in the middle of a messageBjörn Linse2015-09-16
* loop: Free the parent queue last when destroying the loopThiago de Arruda2015-09-16
* remove HAVE_DUP #1072Justin M. Keyes2015-09-12
* term: Do not highlight bold text by default. #3333Enrico Ghirardi2015-09-12
* Merge pull request #3322 from oni-link/fix.memory.leak.2Justin M. Keyes2015-09-10
|\
| * path.c: Fix memory leak in expand_wildcards().oni-link2015-09-09
* | Windows: Only link against libm, libutil on Unix. #3324Rui Abreu Ferreira2015-09-10
* | Merge #3297 'move.c refactor'Justin M. Keyes2015-09-10
|\ \ | |/ |/|
| * Scope variables in move.cNicolas Cornu2015-09-08
| * Replace TRUE/FALSE with true/false in move.cNicolas Cornu2015-09-08
| * hasFolding return bool nowNicolas Cornu2015-09-08
| * hasFoldingWin now return boolNicolas Cornu2015-09-08
| * win_T.w_cline_folded from int to boolNicolas Cornu2015-09-07
* | Merge pull request #3298 from oni-link/vim-7.4.609Justin M. Keyes2015-09-09
|\ \
| * | vim-patch:7.4.609oni-link2015-09-07
* | | Merge pull request #3308 from oni-link/fix.clang.reportJustin M. Keyes2015-09-09
|\ \ \
| * | | Fix warning: stream.c: stream_init(): Dead store: HI.oni-link2015-09-08
* | | | api: buffer_insert: fix bounds. #3315Enrico Ghirardi2015-09-09
* | | | encoding: Update handling of encoding in testsBjörn Linse2015-09-08
* | | | encoding: simplify handling of encoding in TUIBjörn Linse2015-09-08
* | | | encoding: don't allow changing encoding after startup scriptsBjörn Linse2015-09-08
|/ / /
* | | Windows: disable libuv argument escaping for uv_spawn #3305Rui Abreu Ferreira2015-09-08
* | | MSVC: Fix declaration generation. #3301Rui Abreu Ferreira2015-09-07
|/ /
* | tui: Refactor for running in another threadThiago de Arruda2015-09-06
* | ui: Implement module for thread-safe communication with UThiago de Arruda2015-09-06
* | loop: Improvements for thread-safetyThiago de Arruda2015-09-06
* | queue: Allow direct appending to parent queuesThiago de Arruda2015-09-06
* | log: Make logging thread-safeThiago de Arruda2015-09-06
* | build: Disable gcov on TSAN buildsThiago de Arruda2015-09-06
* | tui: Move screen state tracking to new "ugrid" moduleThiago de Arruda2015-09-06
* | tui: move term_input.inl into the input.c moduleThiago de Arruda2015-09-06
|/
* vim-patch:7.4.602oni-link2015-09-06
* MSVC: Include limits.h for INT_MAX. #3290Rui Abreu Ferreira2015-09-05
* do_path_expand: Avoid non-readable directories. #3273Felipe Morales2015-09-04
* fixup: appease clintFelipe Morales2015-09-04
* Remove instances of TRUE/FALSE macroSteven Oliver2015-09-04
* Windows: Move file_info_old declaration out of UNIX block #3260Rui Abreu Ferreira2015-08-31
* clipboard: avoid clipboard during :global. #2809Felipe Morales2015-08-30
* termopen(): remove `name` feature. #3181Mathieu Xhonneux2015-08-30
* Windows: Define USE_CRNL on Windows. #3249Seth Jackson2015-08-28
* Windows: restore 'shell', 'shellcmdflags' defaults. #3256Rui Abreu Ferreira2015-08-28
* MSVC: use MSVC instead of GCC-like compiler flags.Justin M. Keyes2015-08-27
* Windows: avoid "uv_" naming conflicts. #3225Seth Jackson2015-08-27