-
That's a weird behavior. I hope i can explain it clearly.
When the cursor goes over a bracket character the character becomes orange with dark background, and the matching character becomes dark wi…
-
If I type the following into Vim, the whole editor completely freezes as soon as I start typing the second line and stays that way until I hit CTRL-C
```
class Test:
x = 10
```
OS X 10.12…
-
### Issue
Jedi-vim produces garbage `0` after "dot completion" characters if `completeopt` contains either `noselect` or `noinsert`.
### Steps to reproduce
![asciicast](https://cloud.githubus…
-
Hello,
Consider this minimal `vimrc` (`/tmp/vimrc`):
set rtp+=~/.vim/plugged/vim-slash
augroup my_autocmd
au!
au CursorHold * exe ''
augroup END
If I start Vim…
-
I just updated to 7.31 (and briefly 7.3 before that), and I noticed that the highlighting colours have changed. Now the changes are highlighted with a red background. However, when the text is red bec…
-
So I have been trying to use eslint with neomake over the last few days, and noticed a HUGE lag in functionality whenever Neomake is executing a lint check (specifically, switching buffers `[b/]b`, an…
-
**Warning: I will close the bug issue without the minimal init.vim and the reproduce ways.**
# Problems summary
Today,I changed bash to fish when I install high siera.
And brew install vim and I…
-
GVim version: 8.0.839 x86
Windows: Win 10 x64
GVim 8.0.636 works fine, but all the highlighting disappeared when I move around the cursor in GVim 8.0.839. Console mode is also fine, only the GVim:…
-
### Issue
I've added `let g:jedi#force_py_version = 2` to my .vimrc.
This yields the error message:
> Error detected while processing function jedi#init_python:
> line 7:
> Error: jedi-vim failed…
-
Here is my vim configuration.
cat .vimrc
filetype plugin indent on
let g:user_emmet_install_global = 0
autocmd FileType html,css,php EmmetInstall
`html:5` can be expanded into…