From: Silvio Rhatto Date: Thu, 18 Jul 2024 23:20:16 +0000 (-0300) Subject: Fix: replace rafkaplon/vim-markdown-folding with makusomi/vim-markdown-folding X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ab590319aba55300205f3ec12ea5b4685e85520d;p=rhatto%2Fdotfiles%2Fvim.git Fix: replace rafkaplon/vim-markdown-folding with makusomi/vim-markdown-folding --- diff --git a/.gitmodules b/.gitmodules index 5eab0ff..5b8d086 100644 --- a/.gitmodules +++ b/.gitmodules @@ -60,8 +60,11 @@ # 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 index 0000000..0592d3e --- /dev/null +++ b/vim.dot.link/pack/masukomi/start/vim-markdown-folding @@ -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 index 0000000..332ebc7 --- /dev/null +++ b/vim.dot.link/pack/rafkaplon/opt/README.md @@ -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. diff --git a/vim.dot.link/pack/rafkaplon/start/vim-markdown-folding b/vim.dot.link/pack/rafkaplon/opt/vim-markdown-folding similarity index 100% rename from vim.dot.link/pack/rafkaplon/start/vim-markdown-folding rename to vim.dot.link/pack/rafkaplon/opt/vim-markdown-folding