From 126445148d3b742c7f4e31f5f65857be59c48340 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Tue, 3 Nov 2020 07:15:03 +0100 Subject: Fix vim regex for making github links --- HOWTO-RELEASE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HOWTO-RELEASE b/HOWTO-RELEASE index 92c6829c..a18d47e5 100644 --- a/HOWTO-RELEASE +++ b/HOWTO-RELEASE @@ -179,7 +179,7 @@ See step 1.6 above. Do not rename the archives with RC postfixes. These vim substitutions are helpfull when converting NEWS to rst: - :s!(\#\(\d\{4}\))!(`\#\1 `_)! + :s!(\#\(\d\{4}\))!(`\#\1 `_)! :s/^o/*/ - Update download links in `docs/source/download.rst` -- cgit v1.2.3