-
From [`:help g@`](https://vimhelp.org/map.txt.html#g%40):
> Although "block" would rarely appear, since it can
> only result from Visual mode where "g@" is not useful.
That's wrong for 2 …
-
I am using nightly version, but the same thing happens with the release version (0.6.0)
```nvim --version```
```
NVIM v0.7.0-dev+660-gd3585e0ec
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3
Co…
-
### Feature already in Vim?
No
### Feature description
After calling Goto definition, one can use to "go back to where I was when I called goto definition", using the tag stack. It would be great …
-
**Steps to reproduce**
Run this shell command:
vim -Nu NONE -S
>
> var Funcref = MyFunction
**Version of Vim**
8.2 Included patches: 1-3787
**Environment**
Opera…
-
**Steps to reproduce**
Run this shell command:
vim -Nu NONE +'set operatorfunc=s:Func'
No error is given.
**Expected behavior**
An error is given. Maybe this one which currently ex…
-
Hey, love the idea of leveraging LSP to simplify tags.
In my Python projects with ctags, my tags are single words. E.g. I have a line that says:
```
Distribution ../chaospy/distributions/baseclas…
-
大佬,你好。
操作环境: ubuntu18.04
~/.SpaceVim.d$ nvim -v
NVIM v0.5.0
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3
Compilation: /usr/bin/gcc-11 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNVIM_TS_HAS_SET_M…
-
### Steps to reproduce
1. Open your vimrc.
2. Make a new line that says `se tpm` (for `&tabpagemax`).
3. Observe that the "tpm" is not properly colored.
### Expected behaviour
The "tpm" should …
-
When using ctags with CTRL+] to jump to a definition, one can then use CTRL+T to navigate back to the previous position. ":help tagstack" shows what I'm talking about.
I currently can use CTRL+O to…
-
how to scroll this hover window
![Screenshot from 2021-05-10 11-06-21](https://user-images.githubusercontent.com/34152706/117601159-26cf9280-b180-11eb-8bd5-6e5041166a7a.png)
vim version: 8.2
vi…