aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua
Commit message (Expand)AuthorAge
* Merge pull request #20157 from dundargoc/build/iwyubfredl2022-11-15
|\
| * build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* | ci(windows): treat compiler warnings as errorsdundargoc2022-11-14
|/
* Merge pull request #20821 from dundargoc/refactor/clang-tidybfredl2022-11-08
|\
| * refactor: fix clang-tidy warningsdundargoc2022-11-06
* | feat(api): add command name to Lua command callback optsFamiu Haque2022-11-07
|/
* fix(vim.diff): fix fastforward off-by-1 (#20937)Lewis Russell2022-11-05
* fix(vim.diff): correctly apply hunk offsets with linematch (#20931)Lewis Russell2022-11-04
* fix(diff): remove size_t underflow (#20929)Lewis Russell2022-11-04
* Enable new diff option linematch (#14537)Jonathon2022-11-04
* build(lint): remove clint.py rules for braces #20880dundargoc2022-11-01
* refactor: replace char_u with charDundar Göc2022-10-15
* fix(lua): assert failure with vim.regex() error inside :silent! (#20555)RZia2022-10-10
* docs: fix typos (#20394)dundargoc2022-09-30
* fix(lua): fix architecture-dependent behavior in usercmd "reg" (#20384)zeertzjq2022-09-28
* fix(api): notify dict watchers on nvim_set_var and vim.g settersmolck2022-09-27
* refactor: move klib out of src/nvim/ #20341dundargoc2022-09-25
* fix(redraw): avoid unnecessary redraws and glitches with floats+messagesbfredl2022-09-22
* vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc2022-09-18
* vim-patch:8.2.3796: the funcexe_T struct members are not named consistently (...zeertzjq2022-09-16
* vim-patch:8.2.0067: ERROR_UNKNOWN clashes on some systems (#20212)zeertzjq2022-09-16
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-09-10
* refactor: replace char_u with charDundar Göc2022-09-09
* refactor(typval): change FC_CFUNC abstraction into FC_LUAREFbfredl2022-09-07
* refactor: replace char_u with charDundar Göc2022-09-06
* Merge pull request #20039 from zeertzjq/cmod-tabbfredl2022-09-06
|\
| * fix(api)!: correctly deal with number before :tabzeertzjq2022-09-02
* | feat(treesitter): include language in invalid query error (#14053)Stephan Seitz2022-09-03
|/
* feat(api): add support for :horizontal modifierzeertzjq2022-09-01
* feat(lua): vim.ui_attach to get ui events from luabfredl2022-08-31
* fix(exceptions): restore `did_throw` (#20000)Sean Dewar2022-08-30
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* refactor: replace char_u with charDundar Göc2022-08-29
* refactor: replace char_u with charDundar Göc2022-08-27
* Merge pull request #19628 from dundargoc/refactor/char_u/2bfredl2022-08-25
|\
| * refactor: replace char_u with charDundar Goc2022-08-25
* | fix(treesitter): more efficient node:root()bfredl2022-08-25
* | feat(treesitter): upstream node_length() as a node methodQuentin Rasmont2022-08-25
* | feat(treesitter): upstream get_root_for_node() as a node methodQuentin Rasmont2022-08-25
* | feat(treesitter): upstream get_named_children() as a node methodQuentin Rasmont2022-08-25
|/
* fix(treesitter): free memory on removing parser (#19933)zeertzjq2022-08-25
* test(treesitter): make internal lang test pending when necessaryThomas Vigouroux2022-08-24
* feat(lua): add vim.iconv (#18286)Lewis Russell2022-08-24
* Merge pull request #19496 from vigoux/ts_internal_langThomas Vigouroux2022-08-24
|\
| * feat(treesitter): allow customizing language symbol nameThomas Vigouroux2022-08-22
* | Merge pull request #19906 from bfredl/bigstagebfredl2022-08-24
|\ \
| * | refactor(arena): use a shared block freelistbfredl2022-08-24
| |/
* / vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq2022-08-23
|/
* fix(api/command): fargs behavior when no arguments are passed (#19862)Javier Lopez2022-08-21