aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/funcs.c
Commit message (Expand)AuthorAge
* Merge pull request #20821 from dundargoc/refactor/clang-tidybfredl2022-11-08
|\
| * refactor: fix clang-tidy warningsdundargoc2022-11-06
* | feat: ":write ++p" creates parent dirs #20835Victor Blanchard2022-11-06
* | vim-patch:9.0.0841: deletebufline() does not always return 1 on failure (#20980)zeertzjq2022-11-07
|/
* fix(eval): make error number of charidx() same as Vimzeertzjq2022-11-05
* vim-patch:8.2.4679: cannot have expandcmd() give an error message for mistakeszeertzjq2022-11-05
* vim-patch:8.2.2606: strchars() defaults to counting composing characterszeertzjq2022-11-05
* vim-patch:8.2.1624: Vim9: cannot pass "true" to split(), str2nr() and strchars()zeertzjq2022-11-05
* vim-patch:8.2.1600: Vim9: cannot use "true" with deepcopy()zeertzjq2022-11-05
* vim-patch:8.2.1751: using 2 where bool is expected may throw an errorzeertzjq2022-11-05
* vim-patch:8.2.3919: Vim9: wrong argument for append() results in two errorszeertzjq2022-11-05
* vim-patch:8.2.3252: duplicated code for adding buffer lineszeertzjq2022-11-05
* Enable new diff option linematch (#14537)Jonathon2022-11-04
* vim-patch:9.0.0824: crash when using win_move_separator() in other tab pagezeertzjq2022-11-02
* vim-patch:8.2.2343: Vim9: return type of readfile() is any (#20896)zeertzjq2022-11-01
* vim-patch:9.0.0821: crash with win_move_statusline() in another tabpage (#20894)zeertzjq2022-11-01
* vim-patch:8.2.1544: cannot translate messages in a Vim scriptzeertzjq2022-10-28
* vim-patch:8.2.4070: using uninitialized memory when reading empty filezeertzjq2022-10-27
* refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc2022-10-21
* refactor: replace char_u with charDundar Göc2022-10-15
* feat(cscope)!: removeLewis Russell2022-10-13
* vim-patch:9.0.0712: wrong column when calling setcursorcharpos() with zero lnumzeertzjq2022-10-10
* vim-patch:8.2.2184: Vim9: no error when using "2" for a line numberzeertzjq2022-10-10
* refactor: replace unnecessary helper functions in optionstr.cFamiu Haque2022-09-28
* 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
* 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
* | 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: replace char_u with charDundar Göc2022-09-06
* 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.1.2037: can call win_gotoid() in cmdline window (#20015)zeertzjq2022-08-31
* 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