From 619f04f89861c58e5a6415a4f83847752928252d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20F=2E=20Sch=C3=B6nitzer?= Date: Tue, 26 May 2020 23:39:31 +0200 Subject: [PATCH 1/2] =?UTF-8?q?Bump=20version=20number=20=E2=80=93=20relea?= =?UTF-8?q?se=202.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/vimwiki.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/vimwiki.vim b/plugin/vimwiki.vim index d8f5d94..05f5bdc 100644 --- a/plugin/vimwiki.vim +++ b/plugin/vimwiki.vim @@ -10,7 +10,7 @@ endif let g:loaded_vimwiki = 1 " Set to version number for release, otherwise -1 for dev-branch -let s:plugin_vers = -1 +let s:plugin_vers = 2.5 " Get the directory the script is installed in let s:plugin_dir = expand(':p:h:h') From 63af6e72dd3fa840bffb3ebcb8c96970c02e0913 Mon Sep 17 00:00:00 2001 From: Brennen Bearnes <74990+brennen@users.noreply.github.com> Date: Wed, 9 Mar 2022 19:04:13 -0700 Subject: [PATCH 2/2] README.md: point to libera.chat channel (#1167) (#1194) Co-authored-by: KaiserBarbarossa Co-authored-by: Brennen Bearnes --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d53526c..6646828 100644 --- a/README.md +++ b/README.md @@ -243,9 +243,12 @@ let g:vimwiki_list = [{'path': '~/vimwiki/', [GitHub issues](https://github.com/vimwiki/vimwiki/issues) are the primary method for raising bug reports or feature requests. -Additional resources include the IRC channel [#vimwiki](https://webchat.freenode.net/?channels=#vimwiki) on Freenode -([webchat](https://webchat.freenode.net/?channels=#vimwiki), also synced to Matrix/Riot: `#freenode_#vimwiki:matrix.org` and [Telegram](https://t.me/joinchat/JqBaKBfWs04qNVrp5oWcMg)) -or post to the [mailing list](https://groups.google.com/forum/#!forum/vimwiki). +Additional resources: + + - The IRC channel [#vimwiki](ircs://irc.libera.chat:6697/vimwiki) on irc.libera.chat + - [Connect via webchat](https://web.libera.chat/?channels=#vimwiki) + - Connect via Matrix/Element: [#vimwiki:libera.chat](https://matrix.to/#/#vimwiki:libera.chat) + - Post to the [mailing list](https://groups.google.com/forum/#!forum/vimwiki). ## Helping VimWiki