aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* vim-patch:9.0.1458: buffer overflow when expanding long file namezeertzjq2025-03-15
* vim-patch:8.2.4963: expanding path with "/**" may overrun end of bufferzeertzjq2025-03-15
* refactor(gen_keycodes): put TAB and K_TAB together (#32882)zeertzjq2025-03-14
* fix(messages): no trailing newline for inputlist, tselect, z= with ext_messagesLuuk van Baal2025-03-13
* vim-patch:9.1.1195: inside try-block: fn body executed with default arg undef...zeertzjq2025-03-13
* vim-patch:c1c3b5d: runtime(doc): remove unnecessary "an" (#32865)zeertzjq2025-03-13
* fix(terminal): delay when finishing terminal process #32846markstegeman2025-03-12
* refactor(popup): use plines_m_win #32857glepnir2025-03-12
* vim-patch:0a336cc: runtime(doc): clarify that a umask is applied to mkdir() (...zeertzjq2025-03-11
* fix(ui): schedule UI detach (#32827)Gregory Anders2025-03-11
* feat(treesitter): allow disabling captures and patterns on TSQuery (#32790)Ian Chamberlain2025-03-11
* vim-patch:9.1.1193: Unnecessary use of STRCAT() in au_event_disable() (#32829)zeertzjq2025-03-11
* fix(events): fix incorrect capitalization of Cmdwin* events (#32813)zeertzjq2025-03-11
* docs(vvars): vim.v.event.windows #32673Vlad2025-03-10
* fix(popup): new preview_bufnr created when menu item is selected #32819glepnir2025-03-10
* fix(lua): types for vim.api.keyset.win_config #32700Tomasz N2025-03-10
* refactor(gen_events): sort enums case-insensitively (#32811)zeertzjq2025-03-10
* vim-patch:9.1.1190: C indentation does not detect multibyte labels (#32808)zeertzjq2025-03-09
* perf(events): use hashy for event name lookup (#32802)zeertzjq2025-03-10
* docs(api): show "since" in API docs #32806Justin M. Keyes2025-03-09
* Merge #32687 "g<" for ext_messagesJustin M. Keyes2025-03-09
|\
| * feat(messages): "g<" mapping for ext_messagesLuuk van Baal2025-03-03
| * refactor(messages): simplify message historyLuuk van Baal2025-03-03
* | fix(nvim__set_complete): pum preview info truncated during completion #32555glepnir2025-03-09
* | fix(build): vimdoc tags are not validated #32801Justin M. Keyes2025-03-09
* | build(generator): add dependencies on hashy (#32796)zeertzjq2025-03-09
* | refactor(hashy): use case labels instead of TOLOWER_ASC() (#32795)zeertzjq2025-03-09
* | vim-patch:9.1.1184: Unnecessary use of vim_tolower() in vim_strnicmp_asc() (#...zeertzjq2025-03-09
* | refactor(generator): remove nested loop for event aliases (#32780)zeertzjq2025-03-09
* | refactor(multiqueue): rename multiqueue_new_parent #32767Justin M. Keyes2025-03-08
* | docs: OSC 133 shell config #32771Justin M. Keyes2025-03-07
* | fix(types): do not mark unstable API as privateLewis Russell2025-03-08
* | perf(events): remove unnecessary loop in event_nr2name() (#32777)zeertzjq2025-03-08
* | fix(events): always allow some events to be nested (#32706)zeertzjq2025-03-08
* | perf(keycodes): use hashy for string lookupzeertzjq2025-03-08
* | vim-patch:partial:9.1.1179: too many strlen() calls in misc2.czeertzjq2025-03-08
* | refactor(keycodes): generate key_names_table[] using Luazeertzjq2025-03-08
* | fix(terminal): avoid rescheduling events onto the same queue (#32755)Gregory Anders2025-03-07
* | fix(marks): mark winline as invalid if change is in a concealed line (#32766)luukvbaal2025-03-07
* | fix(lua): always use vim.inspect() for :lua= (#32715)zeertzjq2025-03-07
* | fix(marks): wrong winline info for concealed line with below virt line (#32747)luukvbaal2025-03-06
* | fix(terminal): improve cursor refresh handling (#32596)Sean Dewar2025-03-06
* | vim-patch:9.1.1176: wrong indent when expanding multiple lines (#32746)zeertzjq2025-03-06
* | vim-patch:9.1.1175: inconsistent behaviour with exclusive selection and motio...zeertzjq2025-03-06
* | vim-patch:9.1.1172: [security]: overflow with 'nostartofline' and Ex command ...zeertzjq2025-03-06
* | feat(terminal)!: include cursor position in TermRequest event data (#31609)Gregory Anders2025-03-05
* | fix(lua): format errors from luv callbacks using __tostringbfredl2025-03-05
* | vim-patch:9.1.1170: wildmenu highlighting in popup can be improved (#32728)zeertzjq2025-03-04
* | fix(display): adjust winline info for concealed lines below last line (#32708)luukvbaal2025-03-04
* | vim-patch:9.1.1169: using global variable for get_insert()/get_lambda_name() ...zeertzjq2025-03-03