summaryrefslogtreecommitdiffstatshomepage
path: root/src
AgeCommit message (Expand)AuthorFiles
2017-05-01coverity/161682: FP: Dereference after null check (#6630)Justin M. Keyes1
2017-05-01doc: bracketed-paste-modeJustin M. Keyes1
2017-04-30Merge pull request #6621 from jamessan/vim-7.4.2231James McCoy13
2017-04-30Merge #6588 from justinmk/guicursorJustin M. Keyes3
2017-04-30'guicursor': TMUX_WRAP iTerm seqs. Do color seq before shape seq.Justin M. Keyes1
2017-04-30'guicursor': No color/blink by defaultJustin M. Keyes3
2017-04-30api: deprecate obsolete nvim_buf_get_number functionBjörn Linse2
2017-04-29lintJames McCoy3
2017-04-29vim-patch:8.0.0150James McCoy2
2017-04-29vim-patch:7.4.2263James McCoy9
2017-04-29vim-patch:7.4.2246James McCoy2
2017-04-29vim-patch:7.4.2245James McCoy2
2017-04-29vim-patch:7.4.2244James McCoy7
2017-04-29vim-patch:7.4.2239James McCoy3
2017-04-29vim-patch:7.4.2231James McCoy4
2017-04-29vim-patch:6d5ad4c4118cJustin M. Keyes1
2017-04-28vim-patch:f37506f60f87Justin M. Keyes4
2017-04-28vim-patch:818078ddfbb8Justin M. Keyes2
2017-04-28event: Remove "priority" concept.Justin M. Keyes8
2017-04-28api/nvim_get_mode: Use child-queue instead of "priority".Justin M. Keyes6
2017-04-28input.c: Process only safe events before blocking.Justin M. Keyes6
2017-04-28api: nvim_get_mode()Justin M. Keyes11
2017-04-28api/ext_tabline: `curtab` should be a Tabpage handle.Justin M. Keyes1
2017-04-28lintJustin M. Keyes1
2017-04-28build_stl_str_hl: Array name should be plural.Justin M. Keyes1
2017-04-27refactor/single-include (#6604)relnod6
2017-04-26api/ext_tabline: List of Dicts.Justin M. Keyes1
2017-04-26api: nvim_ui_attach(): Flatten ext_* options.Justin M. Keyes1
2017-04-26api/ui: externalize tablineJustin M. Keyes8
2017-04-26api/ui: externalize tablineDongdong Zhou7
2017-04-25tui: Only set cursor color if the highlight group is valid (#6585)James McCoy1
2017-04-25refactor/single-include (#6586)relnod4
2017-04-24test/fs: sanity check for literal "~" directory (#6579)Justin M. Keyes1
2017-04-24api/dispatch: Mark generated functions table readonly (#6576)Patrick Jackson1
2017-04-24api: Do not translate error messages.Justin M. Keyes9
2017-04-23tui/input.c: Use default 'ttimeoutlen' if option get fails.Justin M. Keyes1
2017-04-23api_set_error(): renameJustin M. Keyes7
2017-04-23api/internal: Remove `set` field from Error type.Justin M. Keyes8
2017-04-23api_clear_error: Skip if error was not set.Justin M. Keyes1
2017-04-23api_clear_error()Justin M. Keyes9
2017-04-23api: Do not truncate errors <1 MB. #6237Sander Bosma13
2017-04-23refactor: Remove unused MAP_IMPL. (#6573)Patrick Jackson2
2017-04-23Merge #6513 from ZyX-I/lazier-arg_errmsg-gettextJustin M. Keyes4
2017-04-22os_term_is_nice: Return true for rxvt and iTerm.Justin M. Keyes1
2017-04-22'guicursor': iTerm: Set cursor color.Justin M. Keyes1
2017-04-22refactor/single-include: ui.h, ui_bridge.h, ugrid.h (#6571)relnod2
2017-04-22refactor/single-include (#6563)Othon Briganó4
2017-04-22refactor/single-include: window.h, version.h (#6570)relnod3
2017-04-21Merge #6539 'More cursor shape modes'Justin M. Keyes9
2017-04-21ex_cmds.c: Fix bug in ex_z (#6557)sander21