andrewferrier / vim-fixbugs

Plugin to fix some "standard" bugs in vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-fixbugs

Deprecated: I have stopped work on this plugin, it is not longer maintained.

Plugin to fix some common bugs or shortcomings in vim or the way vim is set up on various systems. In particular, it addresses:

  • Mark deletion not being persisted when you restart vim.
  • Crontab editing on OS X not working.

More information can be found in the code itself, which has references back to original sources in some cases.

Installation

Use a vim package manager. If you don't have one, pathogen.vim is a good place to start. Once you've installed it, run:

cd ~/.vim/bundle
git clone git://github.com/andrewferrier/vim-fixbugs.git

About

Plugin to fix some "standard" bugs in vim

License:MIT License


Languages

Language:Vim Script 100.0%