-
```
This is a very weird issue I saw on Windows. Right click-> edit in vim, the
file is open and emptied and saved emptied on its own. If I recopy it it
non-empty it just empties it again on open.
…
-
I want to make comment color with more bright, what config items do I need to add in `.vimrc` file?
-
Here is my .vim/bundle dir:
vim-colors-solarized
Here is my .vimrc
syntax enable
set background=dark
colorscheme solarized
But when I start vim to edit a JavaScript file, I get this error.
Error det…
-
On starting gvim, I _sometimes_ get the following error:
```
Error detected while processing VimResized Auto commands for "*":
E523: Not allowed here: wincmd =
Press ENTER or type command to continue…
-
### What version of Vim/Gvim are you using?
Vim/Gvim version
$ vim --version
VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Dec 18 2020 00:00:00)
Included patches: 1-2146
Modified by
Compil…
-
### What version of Vim/Gvim are you using?
Vim/Gvim version
$ vim --version
VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Mar 3 2020 04:44:55)
Included patches: 1-348
Compiled by myitcv@…
-
neovim v0.2.1-dev
```
Error detected while processing function livemark#enable_livemark[13]..50_start_server:
line 34: …
-
Bonjour,
J'ai appris que tu utilisais le clavier bépo. Et c'est vrai que ça me semble difficile dans un premier temps d'apprendre à utiliser vim et de le configurer pour un clavier bépo.
Peux-tu…
-
## 不具合の内容
最近のVimは `'shell'` を `powershell.exe` や `pwsh.exe` にすると各種オプションをよしなに設定してくれますが(`:h dos-pwsh`)、その場合 `sound_playfile()` で音声を再生しようとしても音が鳴らないようです。
### 現象・ログ
`'shell'` を `pwsh.exe` にした状態で関数…
-
I had to add this to vimrc as a workaround, but it probably should be fixed in plugin.
```vim
autocmd User GnuPG call timer_start(1, 'FixRedraw', {})
func FixRedraw(timer)
redraw!
endfu…