-
When I use vim-alt-mappings in Ubuntu 18.04 Bionic Beaver, then my Vim 8.0.1453 session becomes corrupted at launch. Specifically, strange character sequences appear in the command area, and the first…
-
How to reproduce:
1. Open some file, which has syntax highlighting, e.g. .vimrc
2. Run :tabnew
3. Run :q
Now there is no syntax highlighting and .vimrc is plain white!
To make it highlighted again, I…
-
Consider the following minimal vimrc file (`vimrc_min`) which lives in a folder that is symlinked to `$HOME/.config/nvim`:
```viml
let $DOTVIM = expand('$HOME/.config/nvim')
"set runtimepath+=$DOTV…
-
_This issued is based on the comment by @Swivelgames in [#2790](https://github.com/vim/vim/issues/2790#issuecomment-1130560860)_
_Anyone still experiencing syntax highlighting issues with **large f…
-
### Steps to reproduce
1. Open any file in the GUI via `gvim ` or **File > Open**
1. Use your mouse to select some text in the editor (i.e. double-click on a word)
1. Use **Cmd-C** to copy the hig…
-
I am in a Mac OS and I just added some scripts to get new functionality from my vim editor and when I go back into the vimrc file I continue to get this error:
> vim ~/.vimrc
> Error detected whil…
-
### What did you do? (required: The issue will be **closed** when not provided)
I've put the go version with the format 1.22.4 (instead of 1.22) in my go.mod file.
### What did you expect to ha…
-
I have two identical vim configurations using the latest spf13-vim. One is on Ubuntu 14.04 and the other OSX Mavericks. They are both using identical .vimrc.local and .vimrc.before.local files.
If I …
-
The configuration of .vimrc varies a lot of taste, we can think of an area in the web interface (called Advanced) for the advanced user select which plugins he wants to put as additional, so generate …
-
I'm using `vim-gutentags` with `spf13-vim`. My configuration is as follows,
```
" in ~/.vimrc.bundles.local
Bundle 'ludovicchabant/vim-gutentags'
Bundle 'skywind3000/gutentags_plus'
```
```…