]> gitweb.fluxo.info Git - rhatto/dotfiles/vim.git/commitdiff
Fix: replace rafkaplon/vim-markdown-folding with makusomi/vim-markdown-folding
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 18 Jul 2024 23:20:16 +0000 (20:20 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 18 Jul 2024 23:20:16 +0000 (20:20 -0300)
.gitmodules
vim.dot.link/pack/masukomi/start/vim-markdown-folding [new submodule]
vim.dot.link/pack/rafkaplon/opt/README.md [new file with mode: 0644]
vim.dot.link/pack/rafkaplon/opt/vim-markdown-folding [moved from vim.dot.link/pack/rafkaplon/start/vim-markdown-folding with 100% similarity]

index 5eab0ff6a4488345b9b2e1ecf6f5ae000280f007..5b8d086613ba11ea6893dfcd8be923eb0cfe8cac 100644 (file)
   # 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
diff --git a/vim.dot.link/pack/masukomi/start/vim-markdown-folding b/vim.dot.link/pack/masukomi/start/vim-markdown-folding
new file mode 160000 (submodule)
index 0000000..0592d3e
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 0592d3efcb9b287fff265aa542872d95478a7536
diff --git a/vim.dot.link/pack/rafkaplon/opt/README.md b/vim.dot.link/pack/rafkaplon/opt/README.md
new file mode 100644 (file)
index 0000000..332ebc7
--- /dev/null
@@ -0,0 +1,12 @@
+# 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.