aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-07-30 00:10:08 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-07-30 00:10:08 -0300
commit32131c83c870e4900c21443b997ee7172753e470 (patch)
treefe146bbc453b76ab1c083cd75b5423dcfbcad627
parent8ad0a0320d9515f91e8c6121229e1e88891e33e0 (diff)
downloadvim-32131c83c870e4900c21443b997ee7172753e470.tar.gz
vim-32131c83c870e4900c21443b997ee7172753e470.tar.bz2
Fix: comment
-rw-r--r--vim.dot.link/filetype.vim10
1 files changed, 2 insertions, 8 deletions
diff --git a/vim.dot.link/filetype.vim b/vim.dot.link/filetype.vim
index 7284bd7..e75d2e0 100644
--- a/vim.dot.link/filetype.vim
+++ b/vim.dot.link/filetype.vim
@@ -31,14 +31,8 @@ augroup filetypedetect
" Markdown
"
- " This handling is disabled by default, since it may be conflicting
- " with something.
- "
- " Markdown folding through NestedMarkdownFolds() is not working correctly
- " with this configuration.
- "
- " Maybe what's happenning is that setting the "markdown" filetype
- " trigger behaviors that conflicts with our custom configuration.
+ " This handling is disabled by default, since it leads to some settings on
+ " ftplugin/markdown.vim being ignored.
"
"autocmd BufRead,BufNewFile,BufEnter *.mdwn setfiletype markdown
"autocmd BufRead,BufNewFile,BufEnter *.md setfiletype markdown