-
I only want to know if there is a way to list snippets created with option r (pyton regular expression). For example:
snippet "be(gin)?( (\S+))?" "begin{} / end{}" br
\begin{${1:`!p
…
-
Not able to edit my .vimrc file.
-
**Oni Version:**
0.3.6
**Neovim Version (Linux only):**
**Operating System:**
Mac OSX 10.12.5
**Issue:**
When I installed neovim it suggested making a symlink to my `~/.vimrc` file.
*…
-
I have tried to follow instructions in `orgguide.txt` to install the plugin to Vim 9 on my Mac. Particularly I did this:
1. Run these commands in shell
```
mkdir -p ~/.vim/pack/git-plugins/st…
-
Is there an option for disabling wrap scanning when searching for terms? You can disable this with `set nowrapscan` in your vimrc. If not, I'm requesting this feature.
-
```
What steps will reproduce the problem?
1. Open up a file, change at least one line.
2. ":saveas tmp"
2. ":diffsplit original-file"
3. Modify one of the context lines.
What is the expected output?…
-
```
What steps will reproduce the problem?
1. Open up a file, change at least one line.
2. ":saveas tmp"
2. ":diffsplit original-file"
3. Modify one of the context lines.
What is the expected output?…
-
```
What steps will reproduce the problem?
1. Open up a file, change at least one line.
2. ":saveas tmp"
2. ":diffsplit original-file"
3. Modify one of the context lines.
What is the expected output?…
-
## Version info
OS: Darwin wenzhen.local 23.3.0 Darwin Kernel Version 23.3.0: Wed Dec 20 21:30:44 PST 2023; root:xnu-10002.81.5~7/RELEASE_ARM64_T6000 arm64
Node:
```text
$ node --version
v2…
-
UltiSnips doesn't seem to be recognising the # key. I have the following snippet
snippet `([A-Z])#` "bb" A
``rv = '\\mathbb{' + m[1] + '}'``
endsnippet
**Expected behavior:**
When pressing…