Top "Vim-plugin" questions

The Vim text editor is extensible through plugins, which can be categorized into general utilities, color schemes, file type-specific settings, and syntax definitions.

Easiest way to test vim regex?

I'm trying to write a vim syntax file, one problem I'm dealing with is vim's regex syntax is different from …

regex vim vim-plugin
vim scripting, if vim version is < 7.3

I was looking around for it for quite a while. I want to add a line to a vim plugin …

linux vim vim-plugin
How to execute an external command in Vim script?

I want to execute an external command in Vim script but I don't how can I do this. For example …

vim vim-plugin
Change color settings in you complete me

I installed You Complete Me with the help of Vundle in vim. The first time I used it, the suggested …

vim vim-plugin vim-syntax-highlighting
Ignore errors and warnings for a VIM plugin

Suppose I have a VIM plugin that is very useful, but it generates a lot of errors/warnings that I …

vim runtime-error vim-plugin