diff options
-rw-r--r-- | .gitmodules | 5 | ||||
m--------- | vim.dot.link/pack/masukomi/start/vim-markdown-folding | 0 | ||||
-rw-r--r-- | vim.dot.link/pack/rafkaplon/opt/README.md | 12 | ||||
m--------- | vim.dot.link/pack/rafkaplon/opt/vim-markdown-folding (renamed from vim.dot.link/pack/rafkaplon/start/vim-markdown-folding) | 0 |
4 files changed, 16 insertions, 1 deletions
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 +Subproject 0592d3efcb9b287fff265aa542872d95478a753 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 -Subproject 7d223be1adfa0e14c3930ac4aab9dc2594acf4c +Subproject 7d223be1adfa0e14c3930ac4aab9dc2594acf4c |