[ANN bzr-vim] syntax and ftplugin for bzr_log.* files

Martin Pool mbp at canonical.com
Wed Jul 26 04:49:30 BST 2006


On 25 Jul 2006, Adeodato Simó <dato at net.com.org.es> wrote:
> Hi.
> 
> For some time now I've missed a bzr.vim to do some small hilighting on
> bzr_log.*, as svn.vim does for svn commit files. Also, I always found
> myself wanting to read the diff while writing the message.

That looks nice.  I've added it to 

  http://bazaar-vcs.org/VimEditorIntegration

There's one other thing I've wanted for a while but haven't got around
to scripting, which is to basically invoke 'bzr vimdiff' from inside
vim.  You can do it by hand with something like

  !bzr cat -r -1 % > %.~base~
  split %.~base~
  diffsplit %.~base~

Maybe you could add that?

-- 
Martin




More information about the bazaar mailing list