aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
| | * | vim-patch:9.0.1585: weird use of static variables for spell checkingLuuk van Baal2023-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Weird use of static variables for spell checking. Solution: Move the variables to a structure and pass them from win_update() to win_line(). (Luuk van Baal, closes vim/vim#12448) https://github.com/vim/vim/commit/30805a1aba0067cf0087f9a0e5c184562433e2e7
| * | | vim-patch:9.0.1596: :registers command does not work in sandbox (#23866)zeertzjq2023-06-01
| | |/ | |/| | | | | | | | | | | | | | | | | | | Problem: :registers command does not work in sandbox. Solution: Add flag to the command. (closes vim/vim#12473) https://github.com/vim/vim/commit/eb43b7f0531bd13d15580b5c262a25d6a52a0823 Co-authored-by: Julio B <julio.bacel@gmail.com>
| * | fix(column): don't overflow sign column with extmark signs (#23854)zeertzjq2023-06-01
| | |
| * | feat(lsp)!: promote LspRequest to a full autocmd and enrich with additional ↵jdrouhard2023-05-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | data (#23694) BREAKING CHANGE: LspRequest is no longer a User autocmd but is now a first class citizen. LspRequest as a User autocmd had limited functionality. Namely, the only thing you could do was use the notification to do a lookup on all the clients' requests tables to figure out what changed. Promoting the autocmd to a full autocmd lets us set the buffer the request was initiated on (so people can set buffer-local autocmds for listening to these events). Additionally, when used from Lua, we can pass additional metadata about the request along with the notification, including the client ID, the request ID, and the actual request object stored on the client's requests table. Users can now listen for these events and act on them proactively instead of polling all of the requests tables and looking for changes.
| * | vim-patch:8.2.3689: ex_let_one() is too long (#23830)zeertzjq2023-05-30
| | | | | | | | | | | | | | | | | | | | | | | | Problem: ex_let_one() is too long. Solution: Split into multiple functions. https://github.com/vim/vim/commit/3ccb5795168793e1b119a028da4035f77cef9f69 Co-authored-by: Bram Moolenaar <Bram@vim.org>
| * | fix(statusline): corrupted screen with minwid sign item in 'statuscolumn' ↵luukvbaal2023-05-30
| | | | | | | | | | | | (#23823)
| * | vim-patch:9.0.1588: Incsearch not triggered when pasting clipboard register ↵zeertzjq2023-05-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#23817) Problem: Incsearch not triggered when pasting clipboard register on the command line. Solution: Also set "literally" when using a clipboard register. (Ken Takata, closes vim/vim#12460) https://github.com/vim/vim/commit/9cf6ab133227ac7e9169941752293bb7178d8e38 Co-authored-by: K.Takata <kentkt@csc.jp>
| * | vim-patch:9.0.1586: error for using two messages with ngettext() differing ↵zeertzjq2023-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in "%" (#23816) Problem: Checking translations gives an error for using two messages with ngettext() that differ in "%" items. Solution: Adjust the check script to tolerate omitting one "%" item. https://github.com/vim/vim/commit/78ee62563ea940086f094150f0356e38f780c580 Co-authored-by: Bram Moolenaar <Bram@vim.org>
| * | fix(substitute): properly check if preview is needed (#23809)zeertzjq2023-05-29
| | |
| * | build: remove LOG_LIST_ACTIONS option and related codedundargoc2023-05-28
| | | | | | | | | | | | It has not been used for a long time and the likelihood of it still working is low.
| * | fix(NVIM_APPNAME): show error message if $NVIM_APPNAME is invalidGhjuvan Lacambre2023-05-28
| | | | | | | | | Closes https://github.com/neovim/neovim/issues/23056.
| * | build: remove LOG_DEBUG optiondundargoc2023-05-28
| | | | | | | | | | | | | | | Its usecase is too specific to warrant an option. The same effect can be achieved by passing `-DCMAKE_C_FLAGS=-DNVIM_LOG_DEBUG` in the command line when building neovim.
| * | fix(extmarks): fix virt_text_hide off-by-one hiding (#23795)zeertzjq2023-05-28
| | |
| * | fix(extmarks): don't show virt lines for end mark (#23792)zeertzjq2023-05-28
| | |
| * | test(extmarks): add test for virt_text_hide with 'smoothscroll' (#23791)zeertzjq2023-05-28
| | |
| * | vim-patch:9.0.1583: get E304 when using 'cryptmethod' "xchacha20v2" (#23790)zeertzjq2023-05-28
| |/ | | | | | | | | | | | | | | | | Problem: Get E304 when using 'cryptmethod' "xchacha20v2". (Steve Mynott) Solution: Add 4th crypt method to block zero ID check. Avoid syncing a swap file before reading the file. (closes vim/vim#12433) https://github.com/vim/vim/commit/3a2a60ce4a8e73594bca16814672fcc243d093ac Co-authored-by: Bram Moolenaar <Bram@vim.org>
| * vim-patch:9.0.1582: :stopinsert may not work in a popup close handler (#23785)zeertzjq2023-05-27
| | | | | | | | | | | | | | Problem: :stopinsert may not work in a popup close handler. (Ben Jackson) Solution: Restore stop_insert_mode when appropriate. (closes vim/vim#12452, closes vim/vim#12434) https://github.com/vim/vim/commit/a40c0bcc83c32da02869f59b10538d6327df61c5
| * fix(extmarks): make right_align and win_col work on wrapped line (#23759)zeertzjq2023-05-27
| |
| * fix(tui): restore title before exiting alternate screen (#23776)zeertzjq2023-05-27
| | | | | | | | Since title stack is now saved after entering alternate screen, it makes more sense to restore title before exiting alternate screen.
| * fix(tui): don't set tty background if &bg was set before VimEnter (#23701)Null Chilly2023-05-26
| |
| * Merge pull request #23742 from bfredl/neolightbfredl2023-05-26
| |\ | | | | | | fix(drawline): combine extmark highlight with area hl correctly
| | * fix(drawline): combine extmark highligh with area hl correctlybfredl2023-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #23734 Get rid of the weird attr_pri dance which always seemed like a kludge: if (!attr_pri) { wlv.char_attr = hl_combine_attr(wlv.char_attr, extmark_attr); } else { wlv.char_attr = hl_combine_attr(extmark_attr, wlv.char_attr); } Instead combine extmark attrs with (old-skool) syntax attrs in a consistent way and then combine that with attr_pri and the rest in an _unified_ code path fixes #23722 Co-authored-by: luukvbaal <luukvbaal@gmail.com> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
| * | Merge pull request #23583 from zeertzjq/ui-attach-titlebfredl2023-05-26
| |\ \ | | | | | | | | fix(ui-ext): send title to newly-attached UI
| | * | fix(ui-ext): send title to newly-attached UIzeertzjq2023-05-26
| | | |
| * | | Merge pull request #23523 from 3N4N/fix/api-infobfredl2023-05-26
| |\ \ \ | | | | | | | | | | fix(windows): set stdout to binary mode for "--api-info"
| | * | | fix(windows): set stdout to binary mode for --api-infoEnan Ajmain2023-05-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: --api-info output is binary. Not setting the mode may cause the OS to impose unexpected eof. For Windows, it scatters extra '0d0a' words in the output. Solution: On Windows, set stdout to binary mode for --api-info. Fixes #20977
| * | | | fix(mkspell): prevent Unicode character overflow (#23760)julio-b2023-05-26
| | | | | | | | | | | | | | | | | | | | introduced in: bd22585061b6 fixes #23758
| * | | | fix(extmarks): fix virt_text_hide with 'nowrap' and multibyte (#23757)zeertzjq2023-05-26
| | | | |
| * | | | vim-patch:9.0.1578: SpellCap highlight not always updated when needed (#23755)luukvbaal2023-05-26
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Problem: SpellCap highlight not always updated when needed. Solution: Handle updating line below closed fold and other situations where only part of the window is redrawn. (Luuk van Baal, closes vim/vim#12428, closes vim/vim#12420) https://github.com/vim/vim/commit/2ac6497f0ef186f0e3ba67d7f0a485bfb612bb08
| * | | fix(folds): combined Folded and Visual highlights (#23752)zeertzjq2023-05-25
| | |/ | |/| | | | Also combine high-priority CursorLine with Folded.
| * | vim-patch:9.0.0664: bad redrawing with spell checking, using "C" and "$" in ↵Luuk van Baal2023-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'cpo' Problem: Bad redrawing with spell checking, using "C" and "$" in 'cpo'. Solution: Do not redraw the next line when "$" is in 'cpo'. (closes vim/vim#11285) https://github.com/vim/vim/commit/f3ef026c9897f1d2e3fba47166a4771d507dae91 Co-authored-by: Bram Moolenaar <Bram@vim.org>
| * | vim-patch:9.0.0608: with spelling, deleting a full stop does not update next ↵Luuk van Baal2023-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | line Problem: With spell checking, deleting a full stop at the end of a line does not update SpellCap at the start of the next line. Solution: Update the next line when characters have been deleted. Also when using undo. https://github.com/vim/vim/commit/26f09ea54b2c60abf21df42c60bdfc60eca17b0d Co-authored-by: Bram Moolenaar <Bram@vim.org>
| * | vim-patch:9.0.0590: after exiting Insert mode spelling not checked in next lineLuuk van Baal2023-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: After exiting Insert mode spelling is not checked in the next line. Solution: When spelling is enabled redraw the next line after exiting Insert mode in case the spell highlight needs updating. https://github.com/vim/vim/commit/ee09fcc9b6cf24e02899461809da9a5148208ea5 Co-authored-by: Bram Moolenaar <Bram@vim.org>
| * | vim-patch:9.0.0175: spell checking for capital not working with trailing spaceLuuk van Baal2023-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Spell checking for capital not working with trailing space. Solution: Do not calculate cap_col at the end of the line. (Christian Brabandt, closes vim/vim#10870, issue vim/vim#10838) https://github.com/vim/vim/commit/afa23d1b99692e3c726eb694933ab348b442a1e4 Co-authored-by: Christian Brabandt <cb@256bit.org>
| * | fix(folds): show Folded highlight in Visual selection (#23741)zeertzjq2023-05-24
| | | | | | | | | Note: CursorLine highlight is now combined with Folded.
| * | feat(term): enable reflow by default (#21124)Christian Clason2023-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | libvterm v0.3 supports reflow of terminal buffer when Nvim is resized Since v0.3 is now a required dependency, enable it by default to find (and fix) possible issues. Note: Neovim's scrollback buffer does not support reflow (yet), so lines vanishing into the buffer due to a too small window will be restored without reflow.
| * | vim-patch:9.0.1575: "file N of M" message is not translated (#23737)zeertzjq2023-05-24
| | | | | | | | | | | | | | | | | | | | | | | | Problem: "file N of M" message is not translated. Solution: Make argument count message translatable. (close vim/vim#12429) https://github.com/vim/vim/commit/a8490a4952c320f234ae4528d4a1e812a27f3a0a Co-authored-by: Bram Moolenaar <Bram@vim.org>
| * | refactor: fix clang/PVS warnings (#23731)zeertzjq2023-05-23
| | |
| * | Merge pull request #23730 from famiu/refactor/api/helpersbfredl2023-05-23
| |\ \ | | | | | | | | refactor(api): new helper macros for cstrings as objects
| | * | refactor(api): new helper macrosFamiu Haque2023-05-23
| | | | | | | | | | | | | | | | Adds new API helper macros `CSTR_AS_OBJ()`, `STATIC_CSTR_AS_OBJ()`, and `STATIC_CSTR_TO_OBJ()`, which cleans up a lot of the current code. These macros will also be used extensively in the upcoming option refactor PRs because then API Objects will be used to get/set options. This PR also modifies pre-existing code to use old API helper macros like `CSTR_TO_OBJ()` to make them cleaner.
| * | | fix(colorscheme): try .lua files in 'rtp' before .vim files in 'pp' (#23727)zeertzjq2023-05-23
| | | | | | | | | | | | | | | | | | | | | | | | This ensures that colorschemes in 'rtp' are tried before ones in 'pp', because some colorschemes in 'pp' may not work if not added to 'rtp'. This also match the current documentation better.
| * | | Merge pull request #20130 from bfredl/inlinebfredl2023-05-22
| |\ \ \ | | | | | | | | | | feat(ui): inline virtual text
| | * | | refactor(drawline): move inline text code to its own functionbfredl2023-05-22
| | | | |
| | * | | fix(extmark): fix cursor position with both left and right gravity inline textbfredl2023-05-22
| | | | |
| | * | | vim-patch:9.0.0210: 'list' mode does not work properly with virtual textIbby2023-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: 'list' mode does not work properly with virtual text. Solution: Show the "$" at the right position. (closes vim/vim#10913) https://github.com/vim/vim/commit/c3a483fc3c65f649f9985bb88792a465ea18b0a2#diff-15009492c2b1d0a2629908b4618ad51c99d16746f238a0e6451dfe32355ed32fR1653 This commit only contains the seemingly refactored portion (not entirely sure what it does) Co-authored-by: Bram Moolenaar <Bram@vim.org>
| | * | | fix(ui): fix overflowing nowrap virtual text not displaying if tab followsIbby2023-05-22
| | | | |
| | * | | fix(ui): fix virtual text not displaying when two overlapping inlines (nowrap)Ibby2023-05-22
| | | | |
| | * | | vim-patch:9.0.1067: in diff mode virtual text is highlighted incorrectlyIbby2023-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: In diff mode virtual text is highlighted incorrectly. (Rick Howe) Solution: Do not use diff attributes for virtual text. (closes vim/vim#11714) https://github.com/vim/vim/commit/d097af77797f030e0f29f9bbc298358a5addb2a5 Co-authored-by: Bram Moolenaar <Bram@vim.org>
| | * | | fix(ui): fix incorrect highlighting when virtual text next to matchIbby2023-05-22
| | | | |
| | * | | fix(ui): fix incorrect highlighting when virtual text wraps with numberIbby2023-05-22
| | | | |