Daniel Steinberg
Daniel Steinberg
I can now replicate the issue. Trying with `Alice’s Adventures in Wonderland` did not have a problem because of the length of the document. When I follow the same steps...
Thanks @wookayin! In addition to the `'virtual'` option for `scrollview_mode`, which you mentioned above, the `'flexible'` mode also accounts for folds. If there were `autocmd` events that corresponded to fold...
> "As a side note, how about providing mappings to make custom keymaps much easier?" My interpretation is that the request is so that something like: ``` nnoremap zM zM:silent!...
@wookayin, I've added the following `` mappings (64de10288b1afca87e7db1baac81decb11823e36). Thanks for the idea! | Left-hand-side | Right-hand-side | |-----------------------------|------------------------------| | `(ScrollViewDisable)` | `ScrollViewDisable` | | `(ScrollViewEnable)` | `ScrollViewEnable` | | `(ScrollViewRefresh)`...
As of 79797a08eb141ede4f5e6dd4b4d4a0b69c6402fb, an assortment of workarounds are automatically applied, including refreshing the scrollbars after `z` fold commands (currently excluding `zf` in normal mode). This doesn't fully address the issue,...
> "This doesn't fully address the issue, as `:` fold commands (e.g., `:fold`) and `zf` in normal mode could still lead to the scrollbars being out-of-sync." Scrollbars are now refreshed...
Hi @pollen00, can you provide details on (1) the error message you're encountering (and/or any other information on how `vim-staruptime` is breaking), (2) details on how you have the alias...
I'm not sure what could be causing the issue. I've updated `vim-startuptime` to include additional debugging information on the screen you're stuck on. It should now include something like the...
The arguments are shell-escaped, so I'm not sure what's causing the problem. Does the following command run from a `:terminal` within Neovim? ``` /usr/bin/nvim --startuptime startuptime_output -c 'if exists('\''*timer_start'\'') |...
That's the working behavior. I thought maybe there would be a notification of some error. Can you share the alias command? I'll try to reproduce by matching your configuration.