# While this fork seems maintained: https://github.com/xolox/vim-session/issues/185
url = https://github.com/romgrk/vim-session
[submodule "vim.dot.link/bundle/vim-markdown-folding"]
- path = vim.dot.link/pack/rafkaplon/start/vim-markdown-folding
+ path = vim.dot.link/pack/rafkaplon/opt/vim-markdown-folding
# Seems unmaintained:
#url = https://github.com/masukomi/vim-markdown-folding
# While this other repo fixes https://github.com/masukomi/vim-markdown-folding/pull/43
url = https://github.com/rafkaplon/vim-markdown-folding
+[submodule "vim.dot.link/pack/masukomi/start/vim-markdown-folding"]
+ path = vim.dot.link/pack/masukomi/start/vim-markdown-folding
+ url = https://github.com/masukomi/vim-markdown-folding
--- /dev/null
+# About
+
+This plugin is a fork of `masukomi/vim-markdown-folding`.
+
+It was used in the past because it fixed the following issue:
+
+ Fixed issue with s:SID in Vim 8.2 #43
+ https://github.com/masukomi/vim-markdown-folding/pull/43
+
+Since this was merged, we switched back to upstream on 2024-07-18.
+
+This may stay here for a while, and in the future it might be removed.