-
## Issue description
When I'm using Codi while editing a Lua file in MacVim, if the file is not modified, Codi updates every time I move the cursor. This is in contrast to what happens when the fil…
-
```
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?…
-
**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…
-
At present, I am certain that the t:undotree.Hide() function is causing this error.
vim version
vimrc:
filetype plugin on
call plug#begin()
Plug 'mbbill/undotree'
nnoremap \ \ :UndotreeToggle\…
-
I am using cinammon as my desktop environment and vim configured with lappis_vimrc is slow. This is the output of um current desktop x variable:
$ echo $XDG_CURRENT_DESKTOP
X-Cinnamon
-
putting the airline theme to my vimrc doesnt work, but when i do `AirlineTheme` it works
ghost updated
2 years ago
-
Hi! How to set the .vimrc : tagbar window can auto close with vim edit window closed.
-
```
What steps will reproduce the problem?
1. Get VIM 7.3 and Python 2.7.1
2. Build Python & install, then VIM with --enable-pythoninterp=yes
3. Get ConqueTerm vimball and source it
What is the expec…
-
```
Thank you for developing great plugin.
I am expecting that the plugin will work with multi-byte asap.
Now, I am trying to help about that.
So, attached patch is my first hack that is to be able to…