lacygoill
lacygoill
- `nvim --version`: NVIM v0.5.0-112-g2e4465e05 Build type: Release - Vim (version: 8.1 Included patches: 1-2197) behaves differently? Yes - Operating system: Ubuntu 16.04.6 LTS - Terminal emulator: XTerm(322) - `$TERM`:...
**Describe the bug** A custom text-object provided by targets.vim does not preserve `v:register` for custom operators. **To Reproduce** Run this shell command: vim -i NONE -Nu
- vim - xcape - aptitude - git - make - pandoc - xbindkeys - keepassx - st - wmctrl - xdotool - xbanish - surfraw - rofi - shellcheck...
#### For bugs - Rule Id: SC2181 - My shellcheck version: 0.8.0 - [x] The rule's wiki page does not already cover this - [x] I tried on https://www.shellcheck.net/ and...
**Describe the bug** The `--expand` parameter doesn't work when specifying the default values of an argument, if the `--map` parameter is also used. **To Reproduce** In the file `/tmp/cheats/cheat.cheat`, write...
**Describe the bug** navi crashes when using the `--cheatsh` option. **To Reproduce** Run this shell command: navi --cheatsh find Press the `Up` arrow key to select the previous suggestion: navi...
This is an attempt at improving the indentation for Vim9 script, and fix the issues mentioned in https://github.com/vim/vim/issues/11023 It should not be merged as it is; it still needs to...
**Describe the bug** I have a mapping in help files to jump to the next help tag; it sometimes unexpectedly skip a tag. This is because my mapping searches for...
**Steps to reproduce** Run this shell command: vim -Nu NONE -S synIDattr('name')) EOF ) This is echoed: ['xString'] The `xxx` on the second line is not highligthed. The three `xxx`...
There are several issues with `$VIMRUNTIME/syntax/hitest.vim`. ```vim vim9script &wildchar = char2nr("\") &wildcharm = &wildchar runtime syntax/hitest.vim ``` E475: Invalid argument: SpecialKeySpecialKey Expected: no error is given. Actual: an error is...