chiark / gitweb /
Vim omni completion for Launchpad bugs
authorcjwatson <>
Thu, 31 Jan 2008 11:17:58 +0000 (11:17 +0000)
committercjwatson <>
Thu, 31 Jan 2008 11:17:58 +0000 (11:17 +0000)
ubuntu/2008-01-31-vim-lpbug-omnicomplete.txt [new file with mode: 0644]

diff --git a/ubuntu/2008-01-31-vim-lpbug-omnicomplete.txt b/ubuntu/2008-01-31-vim-lpbug-omnicomplete.txt
new file mode 100644 (file)
index 0000000..13c1562
--- /dev/null
@@ -0,0 +1,13 @@
+Vim omni completion for Launchpad bugs
+
+<p>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
+<tt>debian/changelog</tt> 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.</p>
+
+<p>Here's a screenshot to make it clearer:</p>
+
+<p><img src="http://people.ubuntu.com/~cjwatson/lp-omnicomplete.png"></p>