aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* fix: moved macrosJakub Łuczyński2020-02-13
* fix: moved some static inline functionJakub Łuczyński2020-02-13
* fix: vvlua_partialJakub Łuczyński2020-02-13
* fix: made eval_lavars_used globalJakub Łuczyński2020-02-13
* fix: include static function declarationsJakub Łuczyński2020-02-13
* fix: header updatesJakub Łuczyński2020-02-13
* Removed redundant defineJakub Łuczyński2020-02-13
* fix: factor out make_partialJakub Łuczyński2020-02-13
* fix: prof functionsJakub Łuczyński2020-02-13
* fix: var_set_globalJakub Łuczyński2020-02-13
* fix: find_var_ht_dictJakub Łuczyński2020-02-13
* fix: factor out new functionsJakub Łuczyński2020-02-13
* fix: func_initJakub Łuczyński2020-02-13
* unstatic some functionsJakub Łuczyński2020-02-13
* moved more stuffJakub Łuczyński2020-02-13
* created header fileJakub Łuczyński2020-02-13
* moved functions to user_funcs.c (no code changes)Jakub Łuczyński2020-02-13
* Fix issue where callbacks are garbage collectederw72020-02-12
* vim-patch:8.1.0091: MS-Windows: Cannot interrupt gdb when program is runningerw72020-02-12
* vim-patch:8.1.0070: missing part of the changes for prompt_setinterrupt()erw72020-02-12
* vim-patch:8.1.0069: cannot handle pressing CTRL-C in a prompt buffererw72020-02-12
* vim-patch:8.1.0036: not restoring Insert mode if leaving prompt buffer with m...erw72020-02-12
* vim-patch:8.1.0032: BS in prompt buffer starts new lineerw72020-02-12
* vim-patch:8.1.0027: difficult to make a plugin that feeds a line to a joberw72020-02-12
* treesitter: cleanup some luahl stuffBjörn Linse2020-02-10
* treesitter: use internal "decorations" bufferBjörn Linse2020-02-10
* eval.c: factor out eval/funcs.c #11828Jakub Łuczyński2020-02-10
* build: always create build/lib/nvim so the install command doesn't failBjörn Linse2020-02-09
* vim-patch:8.2.0235: draw error when an empty group is removed from 'statusline'Björn Linse2020-02-09
* build: allow to skip treesitter C parser installMatthieu Coudron2020-02-07
* tests: bail out on libdir just like $VIMRUNTIME, it cannot be calculatedBjörn Linse2020-02-07
* treesitter: add standard &rtp/parser/ search path for parsersBjörn Linse2020-02-07
* build: include tree-sitter-c parser in bundled buildBjörn Linse2020-02-07
* env: try find library dir (like /usr[/local]/lib/nvim) and add it to &rtpBjörn Linse2020-02-07
* api: add nvim_get_runtime_file for finding runtime filesBjörn Linse2020-02-07
* lintJustin M. Keyes2020-02-02
* refactor: rename mch_exit => os_exitJustin M. Keyes2020-02-02
* refactor: move various things to os/shell.cJustin M. Keyes2020-02-02
* Merge pull request #11801 from bfredl/incsubcrashBjörn Linse2020-02-02
|\
| * extmarks: fix crash due to invalid column values in inccommand previewBjörn Linse2020-02-02
* | vim-patch:8.1.1269: MS-Windows GUI: multibyte chars with a 0x80 byte do not workJan Edmund Lazo2020-02-02
* | vim-patch:8.1.0140: recording into a register has focus eventsJan Edmund Lazo2020-02-01
* | vim-patch:8.2.0161: not recognizing .gv file as dot filetypeJan Edmund Lazo2020-02-01
* | vim-patch:8.2.0190: detect Kotlin files [ci skip] #11796Alkeryn2020-02-01
|/
* doc: fix typos [ci skip] #11787Hye Sung Jung2020-01-30
* vim-patch:8.2.0016: test name used twice, option not restored properlyJan Edmund Lazo2020-01-30
* vim-patch:8.2.0014: test69 and test95 are old styleJan Edmund Lazo2020-01-30
* Fix shift change callbacks reading bad cursor (#11782)Axel Forsman2020-01-30
* vim-patch:8.2.0177: memory leak in get_tags()Jan Edmund Lazo2020-01-29
* vim-patch:8.2.0077: settagstack() cannot truncate at current indexJan Edmund Lazo2020-01-29