aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua
Commit message (Expand)AuthorAge
* refactor(message): smsg_attr -> smsgbfredl2023-09-29
* refactor(messages): fold msg_attr into msgbfredl2023-09-27
* fix(api, lua): handle setting v: variables properly (#25325)zeertzjq2023-09-24
* fix(lua): show error message when failing to set variable (#25321)zeertzjq2023-09-23
* refactor(map): enhanced implementation, Clean Codeā„¢, etc etcbfredl2023-09-08
* build: download busted from own neovim/deps repositorydundargoc2023-09-03
* fix(query_error): multiline bugLewis Russell2023-08-31
* feat(treesitter): improve query error messageAmaan Qureshi2023-08-31
* fix(treesitter.c): improve comments on fenv usageLewis Russell2023-08-30
* fix(treesitter): fix another TSNode:tree() double freebfredl2023-08-29
* fix(treesitter): fix TSNode:tree() double free (#24796)nwounkn2023-08-29
* refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
* fix(treesitter): logger memory leakLewis Russell2023-08-13
* fix(api): revert unintended change of optional bool paramsbfredl2023-08-09
* build(deps): bump tree-sitter to HEAD - 0a1c4d846 (#24607)Christian Clason2023-08-08
* feat(lua): specific error messages for type checking `opts` paramsbfredl2023-08-07
* refactor(api): use typed keysetsbfredl2023-08-07
* docs: also change "vimL" and "viml" to "Vimscript" (#24414)zeertzjq2023-07-21
* refactor: rename _meta.lua to _options.luaLewis Russell2023-07-17
* fix(api, lua): make blank lines in a message work properly (#24244)zeertzjq2023-07-04
* fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes2023-06-22
* fix: vim.loop in luv threads (#23924)Lewis Russell2023-06-05
* feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell2023-06-03
* refactor: fix clang/PVS warnings (#23731)zeertzjq2023-05-23
* refactor(vim.secure): move to lua/secure.cLewis Russell2023-05-22
* Merge pull request #15534 from bfredl/monomapbfredl2023-05-17
|\
| * refactor(map): avoid duplicated khash_t types for valuesbfredl2023-05-17
* | feat(treesitter): improved logging (#23638)Lewis Russell2023-05-17
|/
* refactor: remove typval.h from most header files (#23601)zeertzjq2023-05-13
* fix(treesitter): reset cursor max_start_depthLewis Russell2023-05-11
* feat(treesitter): add support for setting query depthsLewis Russell2023-05-11
* fix(heredoc): allow missing end marker for scriptszeertzjq2023-04-29
* vim-patch:9.0.1330: handling new value of an option has a long "else if" chainLewis Russell2023-04-28
* Merge pull request #23216 from bfredl/lpegbfredl2023-04-27
|\
| * refactor(build): include lpeg as a librarybfredl2023-04-27
* | refactor: uncrustifydundargoc2023-04-26
|/
* build: update uncrustify to 0.76Lewis Russell2023-04-19
* refactor: remove redundant castsii142023-04-07
* refactor: remove redundant const char * castsii142023-04-07
* feat(vim.diff): allow passing an integer for linematchLewis Russell2023-04-04
* refactor(treesitter): delegate region calculation to treesitter (#22576)Lewis Russell2023-04-04
* refactor: add const and remove unnecessary casts (#22841)ii142023-04-01
* refactor: do more in TRY_WRAPLewis Russell2023-03-22
* feat(lua): allow `:=expr` as a shorter version of `:lua =expr`bfredl2023-03-22
* refactor(completion): don't add and remove '^' for Lua (#22702)zeertzjq2023-03-17
* refactor!: rename vim.pretty_print => vim.printJustin M. Keyes2023-03-13
* vim-patch:8.2.1398: autoload script sourced twice if sourced directly (#22622)zeertzjq2023-03-11
* refactor: move ga_loaded to runtime.c (#22626)zeertzjq2023-03-11
* perf(treesitter): more efficient foldexprLewis Russell2023-03-10
* fix(treesitter): correct include_bytes arg for parse()Lewis Russell2023-03-10