Re: How should I handle 'stickybuf' fallback behavior?

2023-12-27 Fir de Conversatie Colin Kennedy
Hi Shane, I replied to you over at #6445 . As for the two tickets linked, #8122 is very different in terms of the issue described and a proposed solution. It's hard to compare them. A preview window is able to help

Re: How should I handle 'stickybuf' fallback behavior?

2023-12-27 Fir de Conversatie shane.qian
> I hope this is the right place to ask a question to Vim maintainers. My > question is about this post: https://github.com/vim/vim/issues/6445 not sure if it was right place, but i replied it in your ticket. or anyway, please refer 'https://github.com/vim/vim/issues/8122' i was struggle or try t

Commit: translation(it): Update Italian translations

2023-12-27 Fir de Conversatie Christian Brabandt
translation(it): Update Italian translations Commit: https://github.com/vim/vim/commit/7d0abf2cb6969932dea55bbb67b3ce793fd86b36 Author: Antonio Giovanni Colombo Date: Wed Dec 27 19:45:02 2023 +0100 translation(it): Update Italian translations Signed-off-by: Antonio Giovanni Colom

Commit: runtime(elixir): missing undo_ftplugin for indentkeys

2023-12-27 Fir de Conversatie Christian Brabandt
runtime(elixir): missing undo_ftplugin for indentkeys Commit: https://github.com/vim/vim/commit/d1cea036467ca55d7698378679a1e32c9f056d59 Author: Christian Brabandt Date: Wed Dec 27 19:30:41 2023 +0100 runtime(elixir): missing undo_ftplugin for indentkeys fixup after https://githu

How should I handle 'stickybuf' fallback behavior?

2023-12-27 Fir de Conversatie Colin Kennedy
Hi everyone, I hope this is the right place to ask a question to Vim maintainers. My question is about this post: https://github.com/vim/vim/issues/6445 The summary of the post above is “I would like a ‘local to window’ option that pins a buffer to that window”. It’s a great idea however implemen

Commit: patch 9.0.2188: cursor wrong after { in single line buffer

2023-12-27 Fir de Conversatie Christian Brabandt
patch 9.0.2188: cursor wrong after { in single line buffer Commit: https://github.com/vim/vim/commit/9e6549d2fb282c45a2492ea95fe7ba54c2082c3e Author: Gary Johnson Date: Wed Dec 27 19:12:43 2023 +0100 patch 9.0.2188: cursor wrong after { in single line buffer Problem: cursor wron

Commit: patch 9.0.2187: Visual not drawn with 'breakindent' when line doesn't fit

2023-12-27 Fir de Conversatie Christian Brabandt
patch 9.0.2187: Visual not drawn with 'breakindent' when line doesn't fit Commit: https://github.com/vim/vim/commit/23627722d36b49e38ba6f8dc6bb3ebe19c98a83b Author: zeertzjq Date: Wed Dec 27 19:08:53 2023 +0100 patch 9.0.2187: Visual not drawn with 'breakindent' when line doesn't fit

Commit: runtime(elixir): fix indentation (#13771)

2023-12-27 Fir de Conversatie Christian Brabandt
runtime(elixir): fix indentation (#13771) Commit: https://github.com/vim/vim/commit/7e27411007378e005339ef37503697ae7e183da1 Author: George Guimarães Date: Wed Dec 27 15:06:05 2023 -0300 runtime(elixir): fix indentation (https://github.com/vim/vim/issues/13771) Signed-off-by

Commit: runtime(doc): add help tag multiple-constructors. (#13772)

2023-12-27 Fir de Conversatie Christian Brabandt
runtime(doc): add help tag multiple-constructors. (#13772) Commit: https://github.com/vim/vim/commit/92feeaffc291d3247fd7c591c5ee4ec1b6c957ec Author: errael Date: Wed Dec 27 10:07:09 2023 -0800 runtime(doc): add help tag multiple-constructors. (https://github.com/vim/vim/issues/13772)

Commit: runtime(mermaid): Syntax fix (#13774)

2023-12-27 Fir de Conversatie Christian Brabandt
runtime(mermaid): Syntax fix (#13774) Commit: https://github.com/vim/vim/commit/a03647acc313edfcc4f9cde07efe388762ada436 Author: KSR-Yasuda <31273423+ksr-yas...@users.noreply.github.com> Date: Thu Dec 28 03:02:35 2023 +0900 runtime(mermaid): Syntax fix (https://github.com/vim/vim/issues/13

Commit: patch 9.0.2186: LTCG compile error ARM64 for write_chars

2023-12-27 Fir de Conversatie Christian Brabandt
patch 9.0.2186: LTCG compile error ARM64 for write_chars Commit: https://github.com/vim/vim/commit/38bea30f53da8e4a8847407404597b255b20334e Author: Saleem Abdulrasool Date: Wed Dec 27 18:57:12 2023 +0100 patch 9.0.2186: LTCG compile error ARM64 for write_chars Problem: LTCG comp

Commit: runtime(doc): clarify behaviour of ]m and ]M motions

2023-12-27 Fir de Conversatie Christian Brabandt
runtime(doc): clarify behaviour of ]m and ]M motions Commit: https://github.com/vim/vim/commit/65672ae1189e0638fb68856598b98a2b7ee2a0a8 Author: Christian Brabandt Date: Wed Dec 27 18:53:35 2023 +0100 runtime(doc): clarify behaviour of ]m and ]M motions In particular remove the se

Commit: runtime(context): update ConTeXt keywords and other minor fixes (#13778)

2023-12-27 Fir de Conversatie Christian Brabandt
runtime(context): update ConTeXt keywords and other minor fixes (#13778) Commit: https://github.com/vim/vim/commit/0bca4a00188ccde335e0d6a7b7c093998e09182f Author: Lifepillar Date: Wed Dec 27 18:49:50 2023 +0100 runtime(context): update ConTeXt keywords and other minor fixes (https://git

Commit: runtime(diff): Update default links (#13776)

2023-12-27 Fir de Conversatie Christian Brabandt
runtime(diff): Update default links (#13776) Commit: https://github.com/vim/vim/commit/00b470052b71ca10d663186d99683e8379b21154 Author: Evgeni Chasnovski Date: Wed Dec 27 19:51:43 2023 +0200 runtime(diff): Update default links (https://github.com/vim/vim/issues/13776) Problem: C

Re: [vim/vim] Backward paragraph motion (i.e., {) does not behave as expected for one-line buffers (Issue #13780)

2023-12-27 Fir de Conversatie Gary Johnson
On 2023-12-26, Edwin Chan wrote: > Steps to reproduce > > 1. Create a buffer with a single line of arbitrary text > 2. Place the cursor anywhere on the line and perform any of the following > actions: > a. Press }: The cursor jumps to the end of the line > b. Press {: The cursor unex