aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Enable -Wconversion: Passing-by: Remove dead code (MACOS_CONVERT).Eliseo Martínez2015-02-18
* Enable -Wconversion: ui.c.Eliseo Martínez2015-02-18
* 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
* Add TabClosed eventFelipe Morales2015-02-16
* Add TabNewEnteredFelipe Morales2015-02-16
* Add TabNew eventFelipe Morales2015-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
* Remove 'edcompatible' #1911Michael Reed2015-02-16
* api: always return empty string as api type StringBjörn Linse2015-02-16
* 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
* Discard exceptions once they are converted to API errorsJake Kerr2015-02-12
* 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
* build: upgrade msgpack-c #1900Michael Reed2015-02-09
* Remove 'ttyfast'Michael Reed2015-02-08
* Remove vimdiffMichael Reed2015-02-03
* main.c: usage() improvementMichael Reed2015-02-03
* Enable -Wconversion for version.c #1923Lucas Hermann Negri2015-02-02
* api/vim: allow guis and tests to retrieve the entire color tableBjörn Linse2015-02-02
* coverity/13810: Unitialized scalar variable: HI.Eliseo Martínez2015-02-02
* coverity/13745: Argument cannot be negative: RI.Eliseo Martínez2015-02-02
* coverity/15019: String not null terminated: FP.Eliseo Martínez2015-02-02
* coverity/68610: Out-of-bounds access: FP.Eliseo Martínez2015-02-02
* coverity/13750: Negative array index read: FP.Eliseo Martínez2015-02-02
* Add EndOfBuffer hl group for ~ lines after the last line in buffersMarco Hinz2015-02-02
* Merge pull request #1834 from Pyrohh/misc-float-doubleJustin M. Keyes2015-01-29
|\
| * Remove '+float' referencesMichael Reed2015-01-24
| * hardcopy.c: Factor out float usageMichael Reed2015-01-24
* | clipboard: don't clobber "0 when deleting to unnamedBjörn Linse2015-01-27
* | Remove spurious file 'del' left after old tests.Eliseo Martínez2015-01-27
* | Merge pull request #1867 from elmart/nonnull-deadcodeJustin M. Keyes2015-01-26
|\ \