-
**Does this bug happen when you install plugin without vim-polyglot?**
No
**Describe the bug:**
`ada` filetype cannot loading.
**To Reproduce:**
Use vim-polyglot 4d4aa5f
vimrc
`…
Milly updated
2 years ago
-
using
VIM: 7.4.1862
Pathogen: 7ba2e1b67a8f8bcbafedaf6763580390dfd93436
vimrc
```
execute pathogen#infect()
syntax on
filetype plugin indent on
if filereadable('.vimrc-project')
sourc…
-
I am not getting any syntax highlighting for LINQ. Do I need to add something to my vimrc to get this to work?
![image](https://cloud.githubusercontent.com/assets/914433/8946901/b534a740-3549-11e5-8d…
-
Vim's log stops at `setting raw mode` for me:
```
Log 1/10 >
times in msec
clock self+sourced self: sourced script
clock elapsed: other lines
000.005 000.005…
-
This issue maybe related to system configuration, I can easy copy and paste using vim-easyclip on osx but not on archlinux. This is my vim version on archlinux
VIM - Vi IMproved 7.4 (2013 Aug 10, com…
-
Vim version info (click to expand)
----
Used in terminal on macOS 10.13.2, installed via homebrew with `brew install vim --HEAD` at commit 200ea8f
```
VIM - Vi IMproved 8.0 (2016 Sep 12,…
keith updated
5 years ago
-
**Describe the bug**
When `gvim` is started from a terminal, its default behaviour is to fork, thereby "detaching" from the terminal (this can be overridden with `-f`).
When starting `gvim` wi…
-
Hello,
i really love your .vimrc and wanted to try it out on Windows.
It installed everything on first start. Then i quit vim and opened vim with a new file, like `vim newfile`.
Then the followin…
-
**Describe the bug**
After `:set guicursor+=a:blinkon0`, the cursor in the shell, produced by the `:shell` command, is no longer visible.
**To Reproduce**
Detailed steps to reproduce the behavi…
-
When writing a character with a ligature in a column with a painted `colorcolumn` the ligature doesn't show.
You can see it in the screenshot. The first !== shows the correct ligature, but the second…