-
### Steps to reproduce
1. Create `~/vim9_segfault`:
```vim
vim9script
var vname = "g:hello"
if exists(vname) | finish | endif | execute vname '= "world"'
echo g:hello
if exists(vname) |…
-
**Steps to reproduce**
Run this shell command:
vim -Nu NONE -S
-
* rust.vim version: the latest master at the time of filing 4aa69b84c8a58fcec6b6dad6fe244b916b1cf830 (Tue Oct 5 20:36:15 2021 +1300), without a plugin manager.
Steps to reproduce:
1. Open a rust…
-
### Steps to reproduce
```vim
cgete 'foo'
cgete 'bar'
cgete ''
cgete ''
1chistory
cgete ''
cgete ''
```
### Expected behaviour
Result:
```vim
error list 1 of 3; 1 errors :cget…
-
**Steps to reproduce**
Run this shell command:
vim -Nu NONE -S
-
Hello,
this plugin worked for me previously, but now it doesn't anymore (latest git version).
In neovim it works fine, however in vim / gvim I just end up with this in a vsplit:
```
# vim-star…
-
### Steps to reproduce
Start gvim with a buffer of
```
vim9script
echo 'here'
finish
```
run
```
:source
```
Observe a screen full of `here`. ^C stops it.
Delete the `echo` line. Run `:s…
-
**Steps to reproduce**
Run this shell command:
vim -Nu NONE -S
-
### Steps to reproduce
1. Run `vim --clean -S test.vim`, with
```vim
vim9script
const file: list =
-
### Neovim version (nvim -v)
v0.8.0-dev-872-gbccb5de89
### Vim (not Nvim) behaves the same?
no, vim 9.0.135
### Operating system/version
Ubuntu 22.04
### Terminal name/version
konsole 21.12.3
…