aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.lua
Commit message (Expand)AuthorAge
* vim-patch:9.0.0269: getscriptinfo() does not include the versionzeertzjq2023-04-15
* vim-patch:9.0.0244: cannot easily get the list of sourced scripts (#22596)Michal Liszcz2023-03-11
* vim-patch:8.2.3438: cannot manipulate blobszeertzjq2023-02-28
* vim-patch:9.0.0795: readblob() always reads the whole filezeertzjq2023-02-28
* vim-patch:8.2.2336: Vim9: not possible to extend dictionary with different ty...zeertzjq2023-02-27
* vim-patch:9.0.0196: finding value in list may require a for loopzeertzjq2023-02-27
* vim-patch:8.2.2449: Vim9: flatten() always changes the list typezeertzjq2023-02-24
* fix(lua): mark some eval functions that can run in API-fastLewis Russell2023-02-02
* vim-patch:9.0.1212: cannot read back what setcellwidths() has done (#21867)zeertzjq2023-01-18
* vim-patch:9.0.0916: getbufline() is inefficient for getting a single linezeertzjq2022-11-22
* vim-patch:9.0.0863: col() and charcol() only work for the current window (#21...zeertzjq2022-11-13
* 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.1631: test_fails() does not check the context of the line numberzeertzjq2022-11-05
* vim-patch:8.2.1479: Vim9: error for list index uses wrong line numberzeertzjq2022-11-05
* vim-patch:8.2.2343: Vim9: return type of readfile() is any (#20896)zeertzjq2022-11-01
* vim-patch:8.2.1544: cannot translate messages in a Vim scriptzeertzjq2022-10-28
* feat(cscope)!: removeLewis Russell2022-10-13
* vim-patch:9.0.0449: there is no easy way to translate a key code into a strin...zeertzjq2022-09-13
* vim-patch:8.2.5034: there is no way to get the byte index from a virtual columnzeertzjq2022-09-12
* vim-patch:9.0.0285: it is not easy to change the command line from a plugin (...Shougo2022-08-29
* perf(api): allow to use an arena for return valuesbfredl2022-08-23
* vim-patch:8.2.{1536,1540}: charclass() (#19748)zeertzjq2022-08-13
* vim-patch:8.2.1535: it is not possible to specify cell widths of characterszeertzjq2022-08-08
* vim-patch:8.2.0385: menu functionality insufficiently testedzeertzjq2022-08-05
* vim-patch:8.2.0807: cannot easily restore a mappingzeertzjq2022-08-01
* feat(lua): allow some viml functions to run in fastLewis Russell2022-05-17
* feat: cmdline funcs (#18284)Shougo2022-05-09
* vim-patch:8.2.3226: new digraph functions use old naming schemezeertzjq2022-04-12
* vim-patch:8.2.3184: cannot add a digraph with a leading spacezeertzjq2022-04-12
* vim-patch:8.2.0915: search() cannot skip over matches like searchpair() canSean Dewar2022-02-12
* Merge pull request #16553 from seandewar/vim-8.2.0878Sean Dewar2022-02-08
|\
| * feat(eval): partially port v8.2.0878Sean Dewar2022-01-31
* | vim-patch:8.2.1726: fuzzy matching only works on stringsSean Dewar2022-02-07
* | vim-patch:8.2.1665: cannot do fuzzy string matchingSean Dewar2022-02-07
* | vim-patch:8.2.1741: pathshorten() only supports using one characterzeertzjq2022-02-06
* | vim-patch:8.2.2324: not easy to get mark en cursor posotion by character countzeertzjq2022-02-06
* | vim-patch:8.2.1727: a popup created with "cursorline" will ignore "firstline"zeertzjq2022-02-06
* | vim-patch:8.1.2342: random number generator in Vim script is slowSean Dewar2022-02-05
|/
* feat(provider)!: remove support for python2 and python3.[3-5]Björn Linse2022-01-29
* vim-patch:8.2.4052: not easy to resize a window from a plugin (#17028)Daniel Steinberg2022-01-29
* vim-patch:8.2.2468: not easy to get the full command name from a shortened onezeertzjq2021-12-25
* feat(autocmd): add Recording autocmdsThomas Vigouroux2021-12-18
* fix(eval/method): add missing method support for existing built-insSean Dewar2021-11-26
* vim-patch:8.2.1241: cannot use getbufinfo() as a methodSean Dewar2021-11-26
* vim-patch:8.2.1168: wrong method argument for appendbufline()Sean Dewar2021-11-26
* vim-patch:8.2.0871: cannot use getmarklist() as a methodSean Dewar2021-11-26
* vim-patch:8.2.0532: cannot use simplify() as a methodSean Dewar2021-11-26
* vim-patch:8.1.2013: more functions can be used as methodsSean Dewar2021-11-26
* vim-patch:8.1.2011: more functions can be used as methodsSean Dewar2021-11-26