From: cjwatson <> Date: Thu, 31 Jan 2008 11:17:58 +0000 (+0000) Subject: Vim omni completion for Launchpad bugs X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=16297faba40e24a04db2ffbf39888fd3b7d5dee3;p=blog.git Vim omni completion for Launchpad bugs --- diff --git a/ubuntu/2008-01-31-vim-lpbug-omnicomplete.txt b/ubuntu/2008-01-31-vim-lpbug-omnicomplete.txt new file mode 100644 index 00000000..13c15626 --- /dev/null +++ b/ubuntu/2008-01-31-vim-lpbug-omnicomplete.txt @@ -0,0 +1,13 @@ +Vim omni completion for Launchpad bugs + +
I hacked together a little timesaver for developers this morning: omni +completion for Launchpad bugs in Vim's debchangelog mode. To use it, install +vim 7.1-138+1ubuntu3 once it hits the mirrors, open up a +debian/changelog file, type "LP: #", and hit Ctrl-X Ctrl-O. It'll +think for a while and then give you a list of all the bugs open in Launchpad +against the package in question, from which you can select to insert the bug +number into your changelog.
+ +Here's a screenshot to make it clearer:
+ +