aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/vim.h
Commit message (Expand)AuthorAge
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* vim-patch:9.0.1958: cannot complete option valueszeertzjq2023-10-01
* refactor: move some structs out of buffer_defs.h (#24878)zeertzjq2023-08-26
* feat(ex_cmds)!: remove :behavebfredl2023-04-13
* refactor: replace char_u with char (#21901)dundargoc2023-02-11
* vim-patch:9.0.1227: no cmdline completion for :runtimezeertzjq2023-01-26
* vim-patch:8.2.4617: no completion for :scriptnameszeertzjq2023-01-17
* vim-patch:8.2.4565: no command line completion for :breakadd and :breakdelzeertzjq2023-01-15
* refactor: replace char_u with char 17 - remove STRLCPY (#21235)dundargoc2023-01-09
* feat(message): avoid spam on failed os_msgJustin M. Keyes2023-01-05
* vim-patch:9.0.1061: cannot display 'showcmd' somewhere elseLuuk van Baal2022-12-26
* refactor: replace char_u with char 16 - remove STRNCMP (#21208)dundargoc2022-12-21
* refactor: rename mch_msg => os_msgJustin M. Keyes2022-12-16
* 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