aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/vim.h
Commit message (Expand)AuthorAge
* 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
* Merge branch 'master' into expression-parserZyX2017-11-30
|\
| * Use defined(BSD) check when defining OPEN_CHR_FILESJames McCoy2017-11-28
| * Add OpenBSD as an expected OS for opening char devicesJames McCoy2017-11-28
* | Merge branch 'master' into expression-parserZyX2017-11-19
|\|
| * lint #7562Sewoong Park2017-11-17
* | charset: Move vim_str2nr flags from vim.h to charset.hZyX2017-11-06
|/
* vim-patch:8.0.0034Jurica Bradaric2017-07-25
* vim-patch:8.0.0038 (#7051)KunMing Xie2017-07-22
* vim-patch:7.4.2229ckelsel2017-07-13
* vim-patch:7.4.2152James McCoy2017-04-19
* vim.h: Remove strange commentsZyX2017-04-09
* headers: Remove useless HAVE_CONFIG_H macrosZyX2017-04-09
* unittests: Add tests for dictionary indexingZyX2017-03-29
* eval: Move get_float_arg to typval.hZyX2017-03-29
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* vim-patch:7.4.2164 (#6326)Justin M. Keyes2017-03-21
* refactor: strlcat instead of str{n}cat.cztchoice2017-01-23