aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* | fix(statusline): also allow right click when 'mousemodel' is "popup*" (#23258)luukvbaal2023-04-25
* | fix(column): don't reset 'statuscolumn' width after it has been drawnluukvbaal2023-04-24
* | fix(pum): show right-click menu above cmdline area (#23298)zeertzjq2023-04-24
* | fix(typval): don't treat v:null as truthy (#23281)zeertzjq2023-04-23
|/
* fix(api): avoid assertion when autocmd group id is 0 (#23210)Dhruv Manilawala2023-04-23
* vim-patch:9.0.1477: crash when recovering from corrupted swap file (#23273)zeertzjq2023-04-23
* vim-patch:9.0.1479: small source file problems; outdated list of distrib. fil...zeertzjq2023-04-23
* build: drop diff.exe from windows buildsdundargoc2023-04-22
* vim-patch:9.0.1476: lines put in non-current window are not displayed (#23265)zeertzjq2023-04-23
* fix(cmake): restore previously undocumented workround, now documentedbfredl2023-04-22
* Merge pull request #23255 from lewis6991/vimpatch/9.0.1293Lewis Russell2023-04-22
|\
| * vim-patch:9.0.1311: Coverity warns for using a NULL pointerLewis Russell2023-04-22
| * vim-patch:9.0.1308: the code for setting options is too complicatedLewis Russell2023-04-22
| * vim-patch:9.0.1293: the set_num_option() is too longLewis Russell2023-04-22
* | version.c: update [skip ci] (#22095)github-actions[bot]2023-04-22
* | build: include all dependency directories when generating headersdundargoc2023-04-21
* | refactor: revert incorrect change to ui_client.c codebfredl2023-04-21
* | refactor(build): move the last generator from scripts/ to src/nvim/generatorsbfredl2023-04-21
|/
* vim-patch:9.0.1294: the set_bool_option() function is too long Lewis Russell2023-04-21
* fix(usercmd): Fix buffer overflow in uc_list() (#23225)Andreas Schneider2023-04-21
* Merge pull request #23239 from cryptomilk/asn-fix-warningszeertzjq2023-04-21
|\
| * fix(ui_client): check return code of dup()Andreas Schneider2023-04-21
| * fix(statusline): fix uninitialized variable and possible overflowAndreas Schneider2023-04-21
| * fix(linematch): initialize arrayAndreas Schneider2023-04-21
| * fix(ex_getln): initialize pointer with NULLAndreas Schneider2023-04-21
| * fix(userfunc): fix possible out of bound accessAndreas Schneider2023-04-21
| * fix(drawline): initialize variableAndreas Schneider2023-04-21
| * fix(drawline): initialize variableAndreas Schneider2023-04-21
| * fix(api): avoid integer truncationAndreas Schneider2023-04-21
* | Merge pull request #23187 from luukvbaal/statuscolumnLewis Russell2023-04-21
|\ \ | |/ |/|
| * fix(column): rebuild status column when sign column is invalidLuuk van Baal2023-04-19
* | vim-patch:9.0.1472: ":drop fname" may change the last used tab page (#23230)zeertzjq2023-04-21
* | Merge pull request #23224 from bfredl/nomutexbfredl2023-04-20
|\ \
| * | refactor(env): remove unused mutexbfredl2023-04-20
* | | fix(build): distinguish vim.mpack from global require'mpack'bfredl2023-04-20
|/ /
* | Merge pull request #23106 from bfredl/nlua0bfredl2023-04-19
|\ \
| * | refactor(build): use vendored versions of mpack and luabitopbfredl2023-04-19
* | | build: update uncrustify to 0.76Lewis Russell2023-04-19
* | | Merge pull request #23155 from bfredl/nobreakbfredl2023-04-19
|\ \ \
| * | | fix(runtime): do not allow breakcheck inside runtime path calculationbfredl2023-04-19
* | | | refactor: fix PVS warnings (#23200)zeertzjq2023-04-19
* | | | vim-patch:9.0.1470: deferred functions invoked in unexpected order (#23199)zeertzjq2023-04-19
|/ / /
* | | vim-patch:8.1.2094: the fileio.c file is too big Lewis Russell2023-04-19
* | | vim-patch:9.0.1141: 'cursorcolumn' and 'colorcolumn' wrong after concealingzeertzjq2023-04-19
|/ /
* | refactor(eval): use tv_list_append_allocated_string()zeertzjq2023-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.1469: deferred functions not called from autocommandszeertzjq2023-04-19
* | vim-patch:9.0.1462: recursively calling :defer function if it does :qazeertzjq2023-04-19
|/
* fix(api): extmark highlight groups not always included in details (#23179)luukvbaal2023-04-18
* Merge pull request #23005 from seandewar/fix-ruf-cmdline-posSean Dewar2023-04-18
|\