diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-30 00:10:08 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-30 00:10:08 -0300 |
commit | 32131c83c870e4900c21443b997ee7172753e470 (patch) | |
tree | fe146bbc453b76ab1c083cd75b5423dcfbcad627 /vim.dot.link | |
parent | 8ad0a0320d9515f91e8c6121229e1e88891e33e0 (diff) | |
download | vim-32131c83c870e4900c21443b997ee7172753e470.tar.gz vim-32131c83c870e4900c21443b997ee7172753e470.tar.bz2 |
Fix: comment
Diffstat (limited to 'vim.dot.link')
-rw-r--r-- | vim.dot.link/filetype.vim | 10 |
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 |