Daniel Pendolino
Daniel Pendolino
Same thing happening to me: ``` ❯ yay -Pg { "aururl": "https://aur.archlinux.org", "buildDir": "/home/dpendolino/.cache/yay", "editor": "", "editorflags": "", "makepkgbin": "makepkg", "makepkgconf": "", "pacmanbin": "pacman", "pacmanconf": "/etc/pacman.conf", "redownload": "no", "rebuild": "no",...
This might have something to do specifically with gitlab.freedesktop.org. I can't repro with any source packages built from github,com. Cloning from https://gitlab.freedesktop.org/ directly succeeds only about 1/5 attempts for me...
I used this as a hacky workaround if it helps anyone else. ``` if !&diff Plug 'danilamihailov/beacon.nvim' endif ```
No worries, I was just typing a better explanation when you responded again. Got it, thanks! If the fix is small, can you let me know what it is and...
To repro the gif: 1. Type some text, leave cursor anywhere on line 2. `yy` 3. `p` The text on my systems will be placed where the cursor is and...
Oh I forgot to mention I did try is with both Unix and Dos line endings and reproduced with both.
No it happens on most lines regardless of it's position in the file. Even after a save, it still inserts text.
Yeah you're right, this is weirder than I originally though too. Check out how inconsistent it is:  All I'm doing is moving the cursor then hitting `yyp`
From the keybinding resolver I get the following when the issue occurs: `vim-mode-plus:yank` `vim-mode-plus:yank` `vim-mode-plus:put-after` When it works correctly: `vim-mode-plus:yank` `vim-mode-plus:yank` `vim-mode-plus:put-after`
This is still an issue as of `yay v11.3.2 - libalpm v13.0.2` ``` gtk3 ├── repos │ └── extra-x86_64 │ ├── gtk3.install │ ├── gtk-query-immodules-3.0.hook │ └── PKGBUILD └── trunk...