aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/vim.h
Commit message (Expand)AuthorAge
* refactor: replace char_u with chardundargoc2022-11-28
* refactor: replace char_u with charDundar Göc2022-11-26
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* feat(cscope)!: removeLewis Russell2022-10-13
* vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc2022-09-18
* refactor: replace char_u with charDundar Göc2022-09-10
* refactor: replace char_u with charDundar Göc2022-09-09
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* refactor: change FALSE/TRUE to false/trueLewis Russell2022-08-26
* feat(ui): allow to set the highlight namespace per windowbfredl2022-08-17
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* feat: add preview functionality to user commandsFamiu Haque2022-05-31
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: rename keymap.{c,h} to keycodes.{c,h} (#18535)zeertzjq2022-05-12
* vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)zeertzjq2022-05-10
* refactor: convert macros to all-caps (#17895)dundargoc2022-04-24
* vim-patch:8.2.4723: the ModeChanged autocmd event is inefficientzeertzjq2022-04-10
* vim-patch:8.2.4639: not sufficient parenthesis in preprocessor macrosBrian Leung2022-04-03
* refactor(uncrustify): format all c filesDundar Göc2022-03-10
* feat(api): implement nvim_{add,del}_user_commandGregory Anders2021-12-28
* fix: add STRNLEN compatability macroClaes Nästén2021-12-06
* vim-patch:8.2.3430: no generic way to trigger an autocommand on mode changeMagnus Groß2021-11-18
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* refactor: uncrustify #16090dundargoc2021-10-29
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* fix(runtime): ordering of loading packages with user configBjörn Linse2021-09-26
* refactor(runtime): always use DIP_START when searching for runtime filesBjörn Linse2021-09-18
* vim-patch:8.1.0735: cannot handle binary dataSean Dewar2021-09-15
* chore: use codespell to spell check #15016dundargoc2021-07-07
* enhance(runtime): Enable completion for lua filesshadmansaleh2021-06-11
* vim-patch:8.2.0054: :diffget and :diffput don't have good completionJan Edmund Lazo2021-02-13
* feat: add completion to ':lua'TJ DeVries2021-01-26
* vim-patch:8.2.1289: crash when using a custom completion function (#13565)Jan Edmund Lazo2020-12-20
* vim-patch:8.1.0268: file type checking has too many #ifdef (#13182)tamago3242020-11-06
* vim-patch:8.2.1909: number of status line items is limited to 80Rom Grk2020-10-31
* vim-patch:8.2.0111: VAR_SPECIAL is also used for booleansBilly Su2020-06-06
* fix: includesJakub Łuczyński2020-02-13
* Removed redundant defineJakub Łuczyński2020-02-13
* vim-patch:8.0.1768: SET_NO_HLSEARCH() used in a wrong wayJan Edmund Lazo2019-09-02
* Remove display_erros()erw72019-06-09
* Change mch_errmsg and mch_msg from macro to functionerw72019-06-09
* Fix garbled problem with msg_puts_printf on Windowserw72019-06-09
* UI/ext_messages: learn more message kindsJustin M. Keyes2019-05-11
* vim-patch:8.0.1649: no completion for argument list commandsJan Edmund Lazo2018-08-16
* vim-patch:8.0.0878: no completion for :mapclearJan Edmund Lazo2018-08-16
* refactor: Replace vim_strrchr() with strrchar() (#8718)ZviRackover2018-08-11
* vim-patch:8.0.0466: still macros that should be all-caps (#8510)Jan Edmund Lazo2018-06-10
* vim-patch:8.0.1475: invalid memory access in read_redo()Justin M. Keyes2018-02-11
* Add completion for :checkhealthMarco Hinz2018-01-18