diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-02-02 21:48:08 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-02-02 21:48:08 -0300 |
commit | 5c0aaa050e0c73370d6d70aafc3af6e716f6b56a (patch) | |
tree | 58a09d8fd163dc8b057adcc638f147ef75785965 | |
parent | 663ddf3b688f9d2e6c62db83a5bb54d4a3ec8a2a (diff) | |
download | vim-5c0aaa050e0c73370d6d70aafc3af6e716f6b56a.tar.gz vim-5c0aaa050e0c73370d6d70aafc3af6e716f6b56a.tar.bz2 |
Fix: vim-mardown-folding: switch repository to fix s:SID in Vim 8.2
-rw-r--r-- | .gitmodules | 5 | ||||
m--------- | vim.dot.link/bundle/vim-markdown-folding | 0 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index fbdba55..c5d3e51 100644 --- a/.gitmodules +++ b/.gitmodules @@ -57,4 +57,7 @@ url = https://github.com/xolox/vim-session [submodule "vim.dot.link/bundle/vim-markdown-folding"] path = vim.dot.link/bundle/vim-markdown-folding - url = https://github.com/masukomi/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 diff --git a/vim.dot.link/bundle/vim-markdown-folding b/vim.dot.link/bundle/vim-markdown-folding -Subproject 3f35acfb753cc9ea22182400b075c5b6e896ad7 +Subproject 7d223be1adfa0e14c3930ac4aab9dc2594acf4c |