summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/lua
AgeCommit message (Expand)AuthorFiles
2022-09-30docs: fix typos (#20394)dundargoc1
2022-09-28fix(lua): fix architecture-dependent behavior in usercmd "reg" (#20384)zeertzjq1
2022-09-27fix(api): notify dict watchers on nvim_set_var and vim.g settersmolck1
2022-09-25refactor: move klib out of src/nvim/ #20341dundargoc2
2022-09-22fix(redraw): avoid unnecessary redraws and glitches with floats+messagesbfredl1
2022-09-18vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc1
2022-09-16vim-patch:8.2.3796: the funcexe_T struct members are not named consistently (...zeertzjq1
2022-09-16vim-patch:8.2.0067: ERROR_UNKNOWN clashes on some systems (#20212)zeertzjq1
2022-09-11refactor: replace char_u with charDundar Göc1
2022-09-10refactor: replace char_u with charDundar Göc1
2022-09-09refactor: replace char_u with charDundar Göc3
2022-09-07refactor(typval): change FC_CFUNC abstraction into FC_LUAREFbfredl3
2022-09-06refactor: replace char_u with charDundar Göc3
2022-09-06Merge pull request #20039 from zeertzjq/cmod-tabbfredl1
2022-09-03feat(treesitter): include language in invalid query error (#14053)Stephan Seitz1
2022-09-02fix(api)!: correctly deal with number before :tabzeertzjq1
2022-09-01feat(api): add support for :horizontal modifierzeertzjq1
2022-08-31feat(lua): vim.ui_attach to get ui events from luabfredl1
2022-08-30fix(exceptions): restore `did_throw` (#20000)Sean Dewar1
2022-08-30refactor: replace char_u with char 4 (#19987)dundargoc1
2022-08-29refactor: replace char_u with charDundar Göc1
2022-08-27refactor: replace char_u with charDundar Göc1
2022-08-25Merge pull request #19628 from dundargoc/refactor/char_u/2bfredl1
2022-08-25refactor: replace char_u with charDundar Goc1
2022-08-25fix(treesitter): more efficient node:root()bfredl1
2022-08-25feat(treesitter): upstream node_length() as a node methodQuentin Rasmont1
2022-08-25feat(treesitter): upstream get_root_for_node() as a node methodQuentin Rasmont1
2022-08-25feat(treesitter): upstream get_named_children() as a node methodQuentin Rasmont1
2022-08-25fix(treesitter): free memory on removing parser (#19933)zeertzjq1
2022-08-24test(treesitter): make internal lang test pending when necessaryThomas Vigouroux2
2022-08-24feat(lua): add vim.iconv (#18286)Lewis Russell1
2022-08-24Merge pull request #19496 from vigoux/ts_internal_langThomas Vigouroux1
2022-08-24Merge pull request #19906 from bfredl/bigstagebfredl1
2022-08-24refactor(arena): use a shared block freelistbfredl1
2022-08-23vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq1
2022-08-22feat(treesitter): allow customizing language symbol nameThomas Vigouroux1
2022-08-21fix(api/command): fargs behavior when no arguments are passed (#19862)Javier Lopez1
2022-08-21vim-patch:8.1.1886: command line expansion code is spread out (#19861)zeertzjq1
2022-08-19vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell1
2022-08-17feat(ui): allow to set the highlight namespace per windowbfredl1
2022-08-16fix(source): fix expand('<sfile>') no longer works for Luazeertzjq1
2022-08-15fix(source): make changing 'shellslash' change expand() resultzeertzjq1
2022-08-14refactor: change remaining sourcing_name/sourcing_lnum to exestackzeertzjq1
2022-08-14vim-patch:8.2.0056: execution stack is incomplete and inefficientzeertzjq1
2022-08-12refactor: remove some unused includes (#19740)zeertzjq3
2022-08-12refactor: move non-symbols in ex_eval.h to ex_eval_defs.h (#19739)zeertzjq1
2022-08-11refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq3
2022-08-06vim-patch:8.1.1210: support for user commands is spread out (#19653)zeertzjq2
2022-08-03feat(lua): print source locations of lua callbacks (#19597)ii141
2022-08-02refactor: rename function prefix mb to the more accurate utf_cp (#19590)dundargoc1