-
This happened when I tried to merge 2 tex files. No Windows-style carriage return was found in either the local or remote version, but every line in the merged file shows up with ^M.
![2014_03_14_im…
-
With ```vim --clean /tmp/hera.vim -S /tmp/hera.vim```
![Screenshot from 2023-04-02 12-13-25](https://user-images.githubusercontent.com/71767293/229337138-9901c6e8-f61d-44e9-8b27-4fa7315cc268.png)
…
-
First, thanks for this language server! It does its job well.
I have lots of plugins and it would be nice if I could jump to the definition of a function, a variable, or a command that is defined i…
-
Using `:` in all mappings produces undesired triggering of cmdline popup with Neovim's Noice.nvim plugin. It basically makes popup appear and flash with commands as they execute. I have asked on neovi…
-
When I try to have suggestions triggered by Tab, by adding the following to my .vimrc (which is in vim9script):
var vim_suggest = {}
vim_suggest.cmd = { 'alwayson': false }
autocmd VimEnter * g:V…
-
### Steps to reproduce
Using `o._G()` in `C.S(o: any)` in the following get's the familiar runtime error
```
E715: Dictionary required
```
```
vim9script
class C
def _G()
echo…
-
### Steps to reproduce
These indicated error messages give incomplete or inaccurate error messages.
```
vim9script
type T = list
def F()
abs(T)
enddef
F()
```
Outputs the error
```
E14…
-
### Steps to reproduce
```
vim9script
abstract class A
abstract def String(): string
endclass
class B extends A
def String(): string
return 'B'
enddef
endclass
def F…
-
### Steps to reproduce
In a vim9script, a line like
#{{{
or
#{{{
causes incorrect highlighting for all following lines. No problem when using
# {{{
and
#{{{
…
-
```console
$ cargo r --release -- --file (echo 'let mapleader = "\\"' | psub) --outdir converted
Finished release [optimized] target(s) in 0.03s
Running `/home/jon/.cargo-target/release/vi…