-
Consider these snippets:
```vim
vim9script
123
```
E1050: Colon required before a range: 123
```vim
vim9script
eval 123
```
E1207: Expression without an effect: 123
Should the fir…
-
### Operating system/version
Ubuntu 22.04 LTS
### Terminal emulator/version
GNOME Terminal 3.44.0 using VTE 0.68.0 +BIDI +GNUTLS +ICU +SYSTEMD
### $TERM environment variable
xterm-256color
### T…
-
**Steps to reproduce**
Run this shell command:
vim -Nu NONE -S
-
Ran into this problem using the newest MinGW toolchain on Cygwin. Versions are:
- mingw64-x86_64-gcc: 5.4.0-3
- mingw64 headers/runtime/winpthreads 5.0.0-1
Building using code:
``` bash
mak…
-
**Describe the bug**
Passing the `c` flag to `search()` might prevent it from finding a match.
**To Reproduce**
Run this shell command:
vim -Nu NONE -S
-
Explain the problem here ...
Two plugins from my plugins list--vim-markdown and vim-markdown-folding--are not installed on PlugInstall.
My plugin list from .vimrc follows:
***
```
call pl…
-
### Issue
After updating the jedi-vim plugin with 28a6765, df261c0, 40c7f6d, 8c7161f, the error message appears on autocompletion.
```
Error detected while processing CompleteDone Autocommands fo…
-
I'm currently trying to run with the `v2` branch of `vim-flog` and the latest version of `vim-fugitive`, but am getting the following error:
```
Error detected while processing function flog#open[…
-
# Issue Prelude
**Please complete these steps and check these boxes (by putting an `x` inside
the brackets) _before_ filing your issue:**
- [x] I have read and understood YCM's [CONTRIBUTING][c…
-
% cat prop
call prop_type_add('test', #{highlight: 'SpellBad'})
call setline(1, 'Hello!')
call prop_add(1, 1, #{text: 'right', type: 'test', text_align: 'right'})
% vim --nop…