-
Cannot use PlugInstall or any other command in Vim or Neovim for WSL2. (windows 10)
Followed installing instructions but I always get a message:
`E492: Not an editor command: PlugInstall`
vim…
-
This surfaced while investigating SirVer/UltiSnips#1114.
**Describe the bug**
Using this minimal vimrc:
```
set nocompatible
inoremap (Blub) =Foobla()
imap (Blub)
" The next two lines ar…
-
I am having trouble starting coqtail in vim under Windows WSL2.
```bash
$ coqtop --version
The Coq Proof Assistant, version 8.13.2 (December 2021)
compiled on Dec 26 2021 19:55:58 with OCaml 4.13.…
-
Hi guys,
I'm trying to open URLs in my browser which is currently the `w3m` text based browser. I haven't had much luck with the `gx` mapping, which I narrowed down to redirecting all output from t…
-
**The Bug**
When `backupdir` is specified ending in a double slash (`//`) along with a non-empty `patchmode` setting, the files that are created in the backup directory do not indicate the full path …
-
_Standard disclaimer applies: no clue if this is by design or not, I don't think I'll ever reach a point where I can definitively say "this is a vim bug" instead "vim is massive and I haven't yet scra…
-
Hi guys, while minpac is perfectly working for me in a terminal, it fails on Macvim (GUI mode) with the following error message:
```
Error detected while processing function minpac#update[2]..minp…
-
**Describe the bug**
When plugin is put in nested directory inside package plugins, the runtimepath adds plugin after vim runtime files, instead of before.
**To Reproduce**
> rm -rf ~/.vim …
-
```
What steps will reproduce the problem?
1. Open NERDTree
2. Auto export to hmtl active (auto_export=1)
3. Write a vimwiki file
What is the expected output? What do you see instead?
Expected:
Sh…
-
```
What steps will reproduce the problem?
1.$ gvim -U NONE -u NONE somefile.c (somefile.c should exist and contain some
lines);
2.use 'j' to move cursor down;
3.If it cannot reproduce, repeat 1-2.
…