-
**Steps to reproduce**
Run this shell command:
vim -Nu NONE -S synID('.', col('.'), v:true)->synIDtrans()->synIDattr('name')
\ =~ '\%(Comment\|Todo\|String\)$'},
…
-
**Describe the bug**
Text property is not removed from all lines in range as promised by function ``prop_remove()``.
**To Reproduce**
Please follow exact steps with exact same files, most changes…
-
**Is your feature request about something that is currently impossible or hard to do? Please describe the problem.**
When job output is written to an empty buffer, it will be scrolled. It is imposs…
-
**Steps to reproduce**
Run this shell command:
vim -Nu NONE -S
-
The following code doesn't compile:
```vim
def F(): string
def G(): string
perl
91khr updated
2 years ago
-
### Description
When launching vimspector or using the balloon eval feature, the character "ō" causes a UnicodeEncodeError in python.
![vimspector_encode v01](https://user-images.githubusercontent…
-
The modeline that was added to the dark colorscheme in the most recent commit (4bddc6fcfe50f55a3fc43e65fbd7ad38f297c796)
https://github.com/jcherven/jummidark.vim/blob/4bddc6fcfe50f55a3fc43e65fbd7ad3…
-
# Steps to reproduce
`rc.vim`:
```vim
vim9script
perl Count());
utf8::decode($ctnt);
my $hanzi = 0 + $ctnt =~ s/\p{Han}/ i /g;
my $count = () = $ctnt =~ /\b\w[\w'.]*\b/g;
$…
91khr updated
2 years ago
-
**Does this bug happen when you install plugin without vim-polyglot?**
No.
**Describe the bug:**
Changes to `autoload/polyglot/ft.vim` in b77c5f11070ecb2ff343aa18b4ea859e6168f16c seems to…
-
**Steps to reproduce**
Run this shell command:
vim -Nu NONE -S legacy script syntax applies, "s:var" does not work,
> etc.
This means that `eval 1+2` should have been…