aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/funcs.c
Commit message (Expand)AuthorAge
...
* fix(api): nvim_parse_cmd error message in pcall() #23297Alexandre Teoi2023-07-01
* refactor: remove some casts to char * (#24200)zeertzjq2023-06-29
* fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes2023-06-22
* revert: "refactor: eliminate `autocmd_fname_full` global"zeertzjq2023-06-07
* refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque2023-06-07
* feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell2023-06-03
* vim-patch:9.0.1598: screenchar() and others are wrong with DBCS 'encoding' (#...zeertzjq2023-06-02
* vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq2023-05-05
* vim-patch:9.0.1330: handling new value of an option has a long "else if" chainLewis Russell2023-04-28
* vim-patch:9.0.1492: using uninitialized memory when argument is missing (#23351)zeertzjq2023-04-28
* refactor: uncrustifydundargoc2023-04-26
* vim-patch:8.2.3139: functions for string manipulation are spread out (#23316)zeertzjq2023-04-26
* vim-patch:partial:9.0.0359: error message for wrong argument type is not spec...zeertzjq2023-04-25
* fix(timer): allow timer_info() to get info about current timerzeertzjq2023-04-25
* vim-patch:8.2.5019: cannot get the first screen column of a character (#23312)zeertzjq2023-04-25
* vim-patch:9.0.0335: checks for Dictionary argument often give a vague error (...zeertzjq2023-04-25
* build: update uncrustify to 0.76Lewis Russell2023-04-19
* vim-patch:9.0.1007: there is no way to get a list of swap file nameszeertzjq2023-04-19
* vim-patch:9.0.1400: find_file_in_path() is not reentrant (#23146)zeertzjq2023-04-17
* vim-patch:9.0.0419: the :defer command does not check the function argumentszeertzjq2023-04-17
* vim-patch:9.0.0411: only created files can be cleaned up with one callzeertzjq2023-04-16
* vim-patch:9.0.0379: cleaning up after writefile() is a hasslezeertzjq2023-04-16
* vim-patch:8.2.2848: crash whn calling partialzeertzjq2023-04-16
* vim-patch:8.2.1945: crash when passing NULL function to reduce()zeertzjq2023-04-16
* vim-patch:8.2.1111: inconsistent naming of get_list_tv() and eval_dict() (#23...zeertzjq2023-04-14
* vim-patch:8.2.1047: Vim9: script cannot use line continuation like :def functionzeertzjq2023-04-14
* vim-patch:8.2.{0695,0725,0734,0753,0818,0819,0822} (#23075)zeertzjq2023-04-14
* refactor: remove redundant castsii142023-04-07
* refactor: remove redundant castsii142023-04-07
* refactor: remove redundant const char * castsii142023-04-07
* refactor: remove use of reserved c++ keywordsii142023-04-06
* refactor: make error message definitions constii142023-04-05
* refactor: remove char_u (#22829)dundargoc2023-04-02
* refactor: add const and remove unnecessary casts (#22841)ii142023-04-01
* refactor(PVS/V1048): remove duplicated assignments (#21873)Lucas Merritt2023-03-25
* vim-patch:9.0.1380: CTRL-X on 2**64 subtracts two (#22530)zeertzjq2023-03-05
* vim-patch:9.0.0430: cannot use repeat() with a blobzeertzjq2023-02-28
* vim-patch:9.0.0795: readblob() always reads the whole filezeertzjq2023-02-28
* Merge #22382 has('gui_running')Justin M. Keyes2023-02-28
|\
| * feat(ui): restore has('gui_running')Justin M. Keyes2023-02-27
* | vim-patch:8.2.2782: Vim9: blob operations not fully testedzeertzjq2023-02-28
|/
* vim-patch:8.2.2336: Vim9: not possible to extend dictionary with different ty...zeertzjq2023-02-27
* vim-patch:9.0.0204: indexof() may leak memoryzeertzjq2023-02-27
* vim-patch:partial:9.0.0202: code and help for indexof() is not idealzeertzjq2023-02-27
* vim-patch:9.0.0196: finding value in list may require a for loopzeertzjq2023-02-27
* vim-patch:8.2.4629: flattennew() makes a deep copy unnecessarilyzeertzjq2023-02-24
* vim-patch:8.2.4627: flatten() does not use maxdepth correctlyzeertzjq2023-02-24
* vim-patch:8.2.2449: Vim9: flatten() always changes the list typezeertzjq2023-02-24
* refactor: replace char_u with char (#21901)dundargoc2023-02-11
* build: enable MSVC level 3 warnings (#21934)dundargoc2023-02-11