aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval
Commit message (Expand)AuthorAge
...
| * fix(chansend): sending lines to terminal in reverse order on Windows #19315Enan Ajmain2022-12-08
| * vim-patch:9.0.1015: without /dev/urandom srand() seed is too predictable (#21...zeertzjq2022-12-06
| * vim-patch:8.2.3889: duplicate code for translating script-local function namezeertzjq2022-12-03
| * feat(aucmd_win): allow crazy things with hidden buffers (#21250)zeertzjq2022-12-02
| * vim-patch:9.0.0965: using one window for executing autocommands is insufficientzeertzjq2022-11-29
| * refactor: buffer_ensure_loaded()zeertzjq2022-11-29
| * vim-patch:9.0.0914: deletebufline() may move marks in the wrong windowzeertzjq2022-11-29
| * vim-patch:9.0.0910: setting lines in another buffer may not work wellzeertzjq2022-11-29
| * vim-patch:8.1.2001: some source files are too big (#21231)zeertzjq2022-11-29
| * vim-patch:9.0.0733: use of strftime() is not safe (#21228)zeertzjq2022-11-29
| * refactor: replace char_u with chardundargoc2022-11-28
| * refactor: replace char_u with charDundar Göc2022-11-26
| * vim-patch:8.2.2466: max() and min() can give many error messageszeertzjq2022-11-25
| * vim-patch:9.0.0926: Coverity warns for not using return value of dict_add()zeertzjq2022-11-23
| * vim-patch:partial:9.0.0917: the WinScrolled autocommand event is not enough (...zeertzjq2022-11-23
| * Merge pull request #20151 from dundargoc/refactor/char_u/13bfredl2022-11-22
| |\
| | * refactor: replace char_u with charDundar Göc2022-11-19
| * | refactor: remove old TODO comments that aren't relevant anymore (#21144)dundargoc2022-11-22
| * | vim-patch:9.0.0916: getbufline() is inefficient for getting a single linezeertzjq2022-11-22
| |/
| * vim-patch:8.2.5167: get(Fn, 'name') on funcref returns special byte code (#21...zeertzjq2022-11-19
| * vim-patch:8.2.0469: Vim9: no error for missing ] after listzeertzjq2022-11-18
| * build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
| * vim-patch:9.0.0863: col() and charcol() only work for the current window (#21...zeertzjq2022-11-13
| * Merge pull request #20821 from dundargoc/refactor/clang-tidybfredl2022-11-08
| |\
| | * refactor: fix clang-tidy warningsdundargoc2022-11-06
| * | refactor: more clint (#20910)Lewis Russell2022-11-07
| * | vim-patch:8.2.3756: might crash when callback is not validzeertzjq2022-11-07
| * | vim-patch:8.2.3751: cannot assign a lambda to an option that takes a functionzeertzjq2022-11-07
| * | feat: ":write ++p" creates parent dirs #20835Victor Blanchard2022-11-06
| * | vim-patch:8.2.3725: cannot use a lambda for 'completefunc' and 'omnifunc'zeertzjq2022-11-07
| * | vim-patch:8.2.3705: cannot pass a lambda name to function() or funcref()zeertzjq2022-11-07
| * | vim-patch:9.0.0841: deletebufline() does not always return 1 on failure (#20980)zeertzjq2022-11-07
| |/
| * vim-patch:9.0.0355: check for uppercase char in autoload name is wrongzeertzjq2022-11-06
| * vim-patch:9.0.0836: wrong error when using extend() with funcrefzeertzjq2022-11-06
| * vim-patch:8.2.2921: E704 for script local variable is not backwards compatiblezeertzjq2022-11-06
| * vim-patch:8.2.2920: still a way to shadow a builtin functionzeertzjq2022-11-06
| * fix(eval): change some tv_dict_add() usages back to hash_add()zeertzjq2022-11-06
| * vim-patch:8.2.1274: Vim9: no error for missing white space at script levelzeertzjq2022-11-06
| * 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.1.1949: cannot scroll a popup window to the very bottomzeertzjq2022-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
| * vim-patch:8.2.0502: Vim9: some code is not testedzeertzjq2022-11-05
| * Enable new diff option linematch (#14537)Jonathon2022-11-04
| * docs: fix typosdundargoc2022-11-02