-
### Steps to reproduce
With the p1 and p2 plugins installed, `Init1` is in p1.
```
gvim
:Init1
```
give the following error. Note that vim reports it is processing stuff from p2, but p1 should b…
-
Hello! I've noticed in somewhat recent builds of vim on both Linux and macOS (eg. VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Apr 29 2022 22:45:51) the status line will break when opening a directory…
-
typing `int main(){` and then hitting enter writes `int main(){EndwiseAppend("\r")` to the screen.
The expected behavior is
```
int main(){
}
```
This problem started occurring when I ran `P…
-
# Issue Prelude
After system update I'm having `ClangParseError: An AST deserialization error occurred while parsing the translation unit.` for all .h/.hpp files.
I'm using `compile_commands.json`…
-
**Steps to reproduce**
Open an xterm terminal, then run this shell command:
vim -Nu NONE -S repeat(completions->len() + 1)->append('.')
inoremap completions->complete(1)
f…
-
### Steps to reproduce
```vim
vim9script
const Func = () => {
return {
one: 1,
two: 2
}
}
echo Func()
```
Result:
```
Error detected while compiling /tmp/tes…
-
**Steps to reproduce**
Run this shell command:
vim -Nu NONE -S
-
**Steps to reproduce**
Run this shell command:
vim -Nu NONE -S join("\n")
enddef
var Ref: func = function(Completion)
input('', '', 'custom,' .. Ref->string())
```
# press Tab
…
-
**Steps to reproduce**
Run this shell command:
vim -Nu NONE -S split('\s\+')
->filter((_, word) => word =~ '^\a\k\+$')
->sort()
…
-
Currently, `filetype.lua` reproduces the behavior of `filetype.vim` in that the `vim.filetype.match()` function directly sets the filetype of a buffer as soon as a match for the file is found. However…