aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
| * | | | | fix(terminal): include modifiers when forwarding mouse (#24549)zeertzjq2023-08-04
| * | | | | docs: miscJustin M. Keyes2023-08-03
| * | | | | docs(lua): fix generated `fname` param annotations #24533Marc Jakobi2023-08-02
| * | | | | docs(builtin): fix alignment of comments in code blocks (#24529)zeertzjq2023-08-02
| * | | | | docs: drop "Can also be used as a method" #24508Justin M. Keyes2023-08-01
| * | | | | feat(lua-types): types for vim.api.* (#24523)Lewis Russell2023-08-01
| * | | | | docs(builtin): fix and annotate language blocks (#24506)Lewis Russell2023-08-01
| * | | | | build: fix --luamod-dev not working properly (#24519)zeertzjq2023-08-01
| * | | | | feat(docs): generate builtin.txt (#24493)Lewis Russell2023-07-28
| * | | | | fix(inccommand): don't save information of a buffer twice (#24501)zeertzjq2023-07-28
| * | | | | fix(window): prevent win_size_restore from changing cmdheightSean Dewar2023-07-26
| * | | | | feat(api): allow win_hide to close cmdwin or non-previous windowsSean Dewar2023-07-26
| * | | | | feat(api): allow win_close in cmdwin to close wins except previousSean Dewar2023-07-26
| * | | | | feat(api): allow open_win/win_set_buf in the cmdwin in some casesSean Dewar2023-07-26
| * | | | | fix(gen_vimfn_types): don't include tag before signature's line (#24492)zeertzjq2023-07-26
| * | | | | feat(lua): typing for vim.fn.* (#24473)Lewis Russell2023-07-26
| * | | | | vim-patch:partial:8.1.1981: the evalfunc.c file is too big (#24490)zeertzjq2023-07-26
| * | | | | fix(inccommand): restrict cmdpreview undo calls (#24289)Alexandre Teoi2023-07-26
| * | | | | fix(startup): make recovery mode work without --headless (#24477)zeertzjq2023-07-25
| * | | | | fix(mouse): drag vsep of window with 'statuscolumn' (#24462)zeertzjq2023-07-24
| * | | | | fix(statuscolumn): don't update clicks if current width is 0 (#24459)zeertzjq2023-07-24
| * | | | | fix(terminal): call validate_cursor() before screen update (#24425)fredizzimo2023-07-23
| * | | | | fix(highlight): make CurSearch work properly with 'winhl' (#24448)zeertzjq2023-07-23
| * | | | | fix(events): trigger VimResume on next UI request (#24426)zeertzjq2023-07-23
| * | | | | refactor: remove some (const char **) casts (#24423)zeertzjq2023-07-22
| * | | | | fix(api/options): validate buf and winLewis Russell2023-07-22
| * | | | | fix(terminal): send Shift-Home Shift-End Ctrl-Home Ctrl-End (#24418)zeertzjq2023-07-22
| * | | | | docs: also change "vimL" and "viml" to "Vimscript" (#24414)zeertzjq2023-07-21
| * | | | | fix(folds): update folds in Insert mode with fdm=indent (#24402)Brandon Simmons2023-07-21
| * | | | | fix(decoration_provider): don't leak memory on error (#24410)zeertzjq2023-07-21
| * | | | | feat(lsp): implement textDocument/diagnostic (#24128)Chris AtLee2023-07-20
| * | | | | feat(decoration_provider): log errors as error messagesThomas Vigouroux2023-07-19
| * | | | | test(startup_spec): add a test for #18315 (#24391)zeertzjq2023-07-19
| * | | | | Merge pull request #24363 from lewis6991/docs/luatypesLewis Russell2023-07-17
| |\ \ \ \ \
| | * | | | | refactor: rename _meta.lua to _options.luaLewis Russell2023-07-17
| * | | | | | fix(terminal): don't send unknown special keys to terminal (#24378)zeertzjq2023-07-17
| * | | | | | feat(options)!: remove compatible behaviours for vim 5.0 and earlierLewis Russell2023-07-17
| * | | | | | fix(inccommand): block errors when parsing command line again (#24374)zeertzjq2023-07-17
| * | | | | | feat(api)!: change return type of nvim_win_text_height to Dict (#24365)zeertzjq2023-07-16
| |/ / / / /
| * | | | | feat(tui): support Super and Meta modifiers (#24357)zeertzjq2023-07-15
| * | | | | fix(runtime): respect 'fileignorecase' when sourcing (#24344)zeertzjq2023-07-14
| * | | | | fix(runtime): respect 'rtp' order for all runtime files (#24335)zeertzjq2023-07-14
| * | | | | perf(rtp): reduce rtp scans (#24191)Lewis Russell2023-07-13
| * | | | | fix(ui): cursor pos with left gravity inline virt_text at eol (#24329)zeertzjq2023-07-13
| * | | | | test(extmarks): add test for virt_text_win_col with cpo+=n (#24328)zeertzjq2023-07-13
| * | | | | perf(extmarks): don't handle inline virt_text if there is none (#24322)zeertzjq2023-07-12
| * | | | | fix(mouse): copy the line before syntax matching (#24320)zeertzjq2023-07-12
| * | | | | fix(drawline): fix missing Visual hl on double-width fold char (#24308)zeertzjq2023-07-11
| * | | | | perf(extmarks): avoid unnecessary marktree traversal with folds (#24306)zeertzjq2023-07-11
| * | | | | feat(api): add nvim_win_text_height (#24236)zeertzjq2023-07-11