aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | input: Escape utf8 sequences that contain CSI/K_SPECIALThiago de Arruda2015-02-18
| * | tui: Remove support for overriding escape sequences with nvim optionsThiago de Arruda2015-02-18
| * | tui: Fix use after free(reported by clang static analyzer)Thiago de Arruda2015-02-18
| * | tui: Add support bracketed pasteThiago de Arruda2015-02-18
| * | tui: Fix to_status_line terminfo sequence for xtermThiago de Arruda2015-02-17
| * | tui: Fix background clear for some terminalsThiago de Arruda2015-02-17
|/ /
* | fix rebase hiccup #1911Justin M. Keyes2015-02-17
* | Merge #1717 'TabNew, TabNewEntered, TabClosed'Justin M. Keyes2015-02-16
|\ \
| * | Add TabClosed eventFelipe Morales2015-02-16
| * | Add TabNewEnteredFelipe Morales2015-02-16
| * | Add TabNew eventFelipe Morales2015-02-16
|/ /
* | Merge PR #1820 'Reimplement builtin terminal UI with termkey/unibilium'Thiago de Arruda2015-02-16
|\ \
| * | test: Fix 051_highlight_spec.luaThiago de Arruda2015-02-16
| * | cleanup: Remove unused functions and builtin termcapsThiago de Arruda2015-02-16
| * | syntax: Refactor to store all term and gui attributes independentlyThiago de Arruda2015-02-16
| * | ui: Rewrite the builtin terminal UIThiago de Arruda2015-02-16
| * | ui: Remove/adapt some old code for a big UI refactorThiago de Arruda2015-02-16
| * | ui: Remove redundant cursor_goto callsThiago de Arruda2015-02-16
| * | input: Remove input_buffer_{save,restore}Thiago de Arruda2015-02-16
| * | input: Fix handle_mouse_event functionThiago de Arruda2015-02-16
| * | input: Prefer keycodes in input_enqueue key translationThiago de Arruda2015-02-16
| * | macro: Add MAX macro and rename min to MINThiago de Arruda2015-02-16
| * | test: Increase default_screen_timeout when running on travisThiago de Arruda2015-02-16
| * | test: Remove unnecessary tests from viml_system_spec.luaThiago de Arruda2015-02-16
| * | test: Fix race condition in window_spec.luaThiago de Arruda2015-02-16
| * | test: Add synchronization helper for functional testsThiago de Arruda2015-02-16
|/ /
* | Remove 'edcompatible' #1911Michael Reed2015-02-16
* | Merge #1981 'treat NULL initialized vimscript string as api type String'Justin M. Keyes2015-02-16
|\ \
| * | api: always return empty string as api type StringBjörn Linse2015-02-16
| * | test: NULL-initialized vimscript strings should eval to empty stringsBjörn Linse2015-02-16
|/ /
* | runtime: make the spellfile creation use .nvim folder #1990Seth Woodworth2015-02-15
* | FEAT_SIGNS: restore :signs wildmenu, and add test.Justin M. Keyes2015-02-15
* | shadow previously set signs #1893Felipe Morales2015-02-13
* | vim-patch:7.4.601 #1950Justin M. Keyes2015-02-12
* | api/vim.c: use FOR_ALL_* sugar #1963Justin M. Keyes2015-02-12
* | Merge pull request #1977 from jakerr/api-exceptionThiago de Arruda2015-02-12
|\ \
| * | Discard exceptions once they are converted to API errorsJake Kerr2015-02-12
|/ /
* | Merge pull request #1965 from jszakmeister/fix-fs-spec-test-for-freebsdJohn Szakmeister2015-02-11
|\ \
| * | Fix an fs_spec test under FreeBSD and a symlinked home directory.John Szakmeister2015-02-09
| |/
* | Merge #1947: Fix coverity issues. (4)Eliseo Martínez2015-02-11
|\ \
| * | coverity/102149: Out-of-bounds access: FP.Eliseo Martínez2015-02-11
| * | coverity/{68484,68485}: Read from pointer after free: RI.Thiago de Arruda2015-02-11
| * | coverity/13773: Resource leak: RI.Eliseo Martínez2015-02-11
| * | coverity/13764: Out-of-bounds read: RI.Eliseo Martínez2015-02-11
| * | coverity/13762: Out-of-bounds read: RI.Eliseo Martínez2015-02-11
|/ /
* | Merge PR #1966 'Remove libtickit as a project dependency'Thiago de Arruda2015-02-11
|\ \
| * | deps: Remove libtickit as a project dependencyThiago de Arruda2015-02-11
|/ /
* | Merge pull request #1958 from jszakmeister/fix-unittest-header-parsing-on-fre...John Szakmeister2015-02-11
|\ \
| * | unittests: define _Thread_local to be nothingJohn Szakmeister2015-02-09
| |/
* | Merge PR #1973 'Add Luajit compilation flags to improve debugging'Thiago de Arruda2015-02-10
|\ \