From 16297faba40e24a04db2ffbf39888fd3b7d5dee3 Mon Sep 17 00:00:00 2001 From: cjwatson <> Date: Thu, 31 Jan 2008 11:17:58 +0000 Subject: [PATCH] Vim omni completion for Launchpad bugs --- ubuntu/2008-01-31-vim-lpbug-omnicomplete.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ubuntu/2008-01-31-vim-lpbug-omnicomplete.txt 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:

+ +

-- 2.30.2