Bazaar

Bazaar

 




Wiki Tools

  • Login
  • Create Profile
  • Find Page
  • Recent Changes
  • Page History
  • Attachments

Plugins for integrating Bazaar with the vim text editor.

  • http://people.debian.org/~adeodato/code/bzr/bzr-vim.png

Get the source with

  • bzr get http://people.debian.org/~adeodato/code/bzr/bzr-vim/

  • Description: This plugin provides the following functionality:
    • - options to have completion search inside files being commited
      • (handy eg. to complete class or method names).
      - a function to insert the diff of the files being commited into the
      • file. It is accessible via ":Diff", and also with "<LocalLeader>d". The <Ctrl-]> key binding, normally used to jump to tags, is mapped to invoking the function with the file under the cursor as argument.

    Variables: You may set the following variables in your ~/.vimrc:
    • - bzr_command: name (or full path) of the bzr executable (default: bzr). - bzrlog_auto_diff: if set, the commit diff is automatically
      • inserted when opening the file.
      - no_bzrlog_maps (or no_plugin_maps): disable the mappings.