-
```
This a problem with MacVim 7.4 snapshot 70:
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Aug 10 2013 18:40:52)
MacOS X (unix) version
Compiled by Douglas Drumond
Huge version with MacVim GUI. F…
-
VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Sep 20 2021 12:26:53)
I've tried to install plugin /.vim/pack/plugins/start/SimpylFold - this works great on Centos 8 and Python code folds nicely.
Wh…
-
## 質問の内容
`$ vim a.sh`
の様に起動時にシェル・スクリプトのファイル (以下単にスクリプト) を指定した場合は \~/.vim/vimrc に `:help sh.vim` に有るように `let g:sh_fold_enabled = 7` 等を指定しても無視されてしまいます
`$ vim`
やスクリプト以外を引数として起動し、その後スクリプトを開いた時は問題ありません…
-
```
This a problem with MacVim 7.4 snapshot 70:
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Aug 10 2013 18:40:52)
MacOS X (unix) version
Compiled by Douglas Drumond
Huge version with MacVim GUI. F…
-
```
This a problem with MacVim 7.4 snapshot 70:
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Aug 10 2013 18:40:52)
MacOS X (unix) version
Compiled by Douglas Drumond
Huge version with MacVim GUI. F…
-
## Expected behavior
The error messages like these:
if v:shell_error != 0
echo 'Failed to compile'
lcd -
return
could show normally.
## Actual behavior
Th…
D0048 updated
7 years ago
-
Hello there,I really like this colorscheme,but it's too slow to startup with this plugin enabled,even if not set to one-dark colorscheme
a startuptime log shows how greatly it affects this:
> time…
-
For some reason vim isort is taking 1.5 sec to start, i'm using Pathogen, some idea about what to check?
```
times in msec
clock self+sourced self: sourced script
clock elapsed: …
-
I have replaced the very old [tsaleh/vim-supertab](https://github.com/tsaleh/vim-supertab) with your project. After updating my [.vimrc](https://github.com/StanAngeloff/dotfiles/blob/master/.vimrc) fi…
-
I have a `.css.jinja2` file (part of a site using a homegrown static site generator) with this line at the bottom:
{# vim: set ft=css noexpandtab : #}
As soon as I enable this to my `.vimrc`…