aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'upstream/master' into floattitlefloattitleJosh Rahm2022-10-11
|\
| * vim-patch:partial:9.0.0715: wrong argument for append() gives two error messageszeertzjq2022-10-10
| * vim-patch:9.0.0712: wrong column when calling setcursorcharpos() with zero lnumzeertzjq2022-10-10
| * vim-patch:8.2.2671: error for line number in legacy scriptzeertzjq2022-10-10
| * vim-patch:8.2.2184: Vim9: no error when using "2" for a line numberzeertzjq2022-10-10
| * vim-patch:8.2.2316: Vim9: cannot list a lambda functionzeertzjq2022-10-04
| * Merge pull request #20375 from famiu/refactor/get_optionbfredl2022-09-28
| |\
| | * refactor: replace unnecessary helper functions in optionstr.cFamiu Haque2022-09-28
| * | fix: compiler warnings from clang 15 (#20321)dundargoc2022-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
| * vim-patch:9.0.0568: autocmd code is indented more than needed (#20318)zeertzjq2022-09-24
| * vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc2022-09-18
| * fix(eval)!: make Lua Funcref work as method and in substitute() (#20217)zeertzjq2022-09-16
| * vim-patch:9.0.0476: varargs does not work for replacement function of substit...zeertzjq2022-09-16
| * 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: move definitions from `typval.h` to `typval_defs.h` (#20194)Famiu Haque2022-09-14
| * vim-patch:9.0.0449: there is no easy way to translate a key code into a strin...zeertzjq2022-09-13
| * Merge pull request #20077 from dundargoc/refactor/char_u/11bfredl2022-09-12
| |\
| | * refactor: replace char_u with charDundar Göc2022-09-11
| * | vim-patch:9.0.0299: error messages for setcmdline() could be better (#20169)zeertzjq2022-09-12
| * | vim-patch:8.2.5034: there is no way to get the byte index from a virtual columnzeertzjq2022-09-12
| * | refactor: move f_screenpos() to move.czeertzjq2022-09-12
| * | vim-patch:8.2.2664: Vim9: not enough function arguments checked for stringzeertzjq2022-09-12
| * | vim-patch:8.2.2646: Vim9: error for not using string doesn't mention argumentzeertzjq2022-09-12
| |/
| * 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
| * refactor: migrate comment style (#20012)Lewis Russell2022-09-02
| * refactor: replace char_u with charDundar Göc2022-09-01
| * refactor: replace char_u with charDundar Göc2022-08-31
| * refactor: replace char_u with charDundar Göc2022-08-31
| * vim-patch:8.2.0301: insufficient testing for exception handling (#20016)zeertzjq2022-08-31
| * vim-patch:8.1.2037: can call win_gotoid() in cmdline window (#20015)zeertzjq2022-08-31
| * fix(exceptions): restore `did_throw` (#20000)Sean Dewar2022-08-30
| * refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
| * refactor: move cmdline functions to ex_getln.czeertzjq2022-08-30
| * refactor: replace char_u with charDundar Göc2022-08-29
| * Merge pull request #19961 from dundargoc/refactor/char_u/2bfredl2022-08-29
| |\
| | * refactor: replace char_u with charDundar Göc2022-08-27
| * | Merge pull request #19975 from bfredl/chartabsizebfredl2022-08-29
| |\ \
| | * | refactor(plines): use a struct for chartabsize statebfredl2022-08-29
| | |/
| * / vim-patch:9.0.0285: it is not easy to change the command line from a plugin (...Shougo2022-08-29
| |/
| * refactor: replace char_u with charDundar Göc2022-08-26
| * refactor: change FALSE/TRUE to false/trueLewis Russell2022-08-26
| * refactor: replace char_u with charDundar Goc2022-08-25
| * refactor: pre-incr to post-incrLewis Russell2022-08-25
| * refactor: suppress clang and PVS warnings (#19940)zeertzjq2022-08-25