Plugin to write a patch file while editing files in vim -


i have edit config files on server , @ same time document changes. had idea have plugin automatically log changes file external patch file.

before try hack myself - there plugin already?

i'm thinking command ala

:logchanges /tmp/changes.patch 

after changes in (all files|the current file) logged said patch file.


Comments

Popular posts from this blog

Line ending issue with Mercurial or Visual Studio -

python - Received unregistered task using Celery with Django -

php - Retrieving data submitted with Yii's CActiveForm -