aboutsummaryrefslogtreecommitdiff
path: root/src/nvim
Commit message (Expand)AuthorAge
* vim-patch:9.1.0207: No autocommand when writing session file (#28048)zeertzjq2024-03-27
* refactor(options): make `immutable` and `hidden` options distinctFamiu Haque2024-03-26
* docs: remove remaining mentions of hkmap (#28038)zeertzjq2024-03-26
* feat(tui): support undercurl in WezTerm (#28037)zeertzjq2024-03-26
* vim-patch:9.1.0204: Backspace inserts spaces with virtual text and 'smarttab'...zeertzjq2024-03-26
* fix(edit): backspace adds extra spaces for inline virtual text (#28005)vanaigr2024-03-26
* vim-patch:ab01adf7c65bChristian Clason2024-03-25
* vim-patch:9.1.0205: Cannot use modifiers before :-Ntabmove (#28031)zeertzjq2024-03-26
* refactor(backup): remove duplicate os_copy_xattr() (#28020)zeertzjq2024-03-25
* fix(backup): E1509 when writing extended attr to symlink (#28014)Razvan-Adrian Ciochina2024-03-25
* ci(windows): optionally test windows with ASANdundargoc2024-03-23
* vim-patch:9.1.0199: Not enough tests for the slice() function (#27991)zeertzjq2024-03-23
* vim-patch:8.2.2605: Vim9: string index and slice does not include composing c...zeertzjq2024-03-23
* vim-patch:8.2.2318: Vim9: string and list index work differentlyzeertzjq2024-03-23
* Merge pull request #26970 from famiu/refactor/options/set_option_directzeertzjq2024-03-22
|\
| * refactor(options): remove `set_string_option_direct()`Famiu Haque2024-03-21
| * refactor(options): add `direct` flag to `set_option()`Famiu Haque2024-03-21
| * refactor(options): restructure `set_option`Famiu Haque2024-03-21
* | vim-patch:9.1.0195: memleak with ex_drop, NULL dereferencezeertzjq2024-03-22
* | vim-patch:9.1.0192: drop: don't rewind when editing the same filezeertzjq2024-03-22
* | vim-patch:9.1.0194: gcc complains about uninitialized var (#27970)zeertzjq2024-03-22
* | refactor(misc): use MSVC compiler builtin for `xctz()`Famiu Haque2024-03-22
* | fix(rpc): do not crash when no input is consumedbfredl2024-03-21
|/
* feat(colorscheme): add semantic tokens modifiers to builtin color schemeEvgeni Chasnovski2024-03-21
* vim-patch:9.1.0190: complete_info() returns wrong order of items (#27955)zeertzjq2024-03-21
* fix(cmdline): wrong 'incsearch' highlighting after :redraw (#27947)luukvbaal2024-03-20
* Merge #27930 nvim_create_buf fixesJustin M. Keyes2024-03-20
|\
| * fix(api): nvim_create_buf assert fails if autocmds set &swapfileSean Dewar2024-03-19
| * fix(api): nvim_create_buf leaks memory if buffer is loaded earlySean Dewar2024-03-19
* | refactor(treesitter): handle coverity warnings betterLewis Russell2024-03-20
* | fix(treesitter): treecursor regressionLewis Russell2024-03-20
* | refactor(treesitter): reorder functionsLewis Russell2024-03-19
* | refactor(treesitter): simplify argument checks for userdataLewis Russell2024-03-19
|/
* refactor(treesitter): redesign query iteratingLewis Russell2024-03-19
* fix(terminal): don't pass incomplete UTF-8 sequence to libvterm (#27922)zeertzjq2024-03-19
* fix(treesitter): document more standard highlight groupsChristian Clason2024-03-19
* fix(pager): handle consecutive newlines properly (#27913)zeertzjq2024-03-18
* refactor(messages): remove condition that is always true (#27909)zeertzjq2024-03-18
* vim-patch:9.1.0186: cursor pos wrong on mouse click after eol with 'rl', 've'...zeertzjq2024-03-18
* fix(messages): allow more prompt in headless mode with UI (#27905)zeertzjq2024-03-18
* fix(mouse): click after eol with conceal and virtual text (#27897)zeertzjq2024-03-17
* refactor(drawline): integrate terminal hl with eol loop (#27893)zeertzjq2024-03-17
* fix(normal): don't check conceal when pressing 'r' (#27892)zeertzjq2024-03-17
* vim-patch:9.1.0184: Cursor pos wrong when clicking with conceal and wrap (#27...zeertzjq2024-03-17
* fix(drawline): check filler_todo in place of removed draw_state (#27889)zeertzjq2024-03-17
* fix(lsp): add missing LSP semantic token highlight linksCaleb Marshall2024-03-16
* vim-patch:9.1.0182: Can define function with invalid name inside 'formatexpr'...zeertzjq2024-03-16
* vim-patch:9.1.0183: Wrong display or screenpos() result when toggling diff mo...zeertzjq2024-03-16
* vim-patch:8.2.3782: Vim9: no error if a function shadows a script variable (#...zeertzjq2024-03-16
* Merge pull request #27877 from bfredl/pseudorandombfredl2024-03-16
|\