четверг, 11 марта 2021 г. в 19:29:59 UTC+3, Bram Moolenaar: 

> I think something like this would be sufficient:
>
> MARKDOWN *ft-markdown-plugin*
>
> To enable folding use this: >
> let g:markdown_folding = 1
> <
>
>
It implies that to disable it one has to do:

 let g:markdown_folding = 0

But it wouldn't disable it cause ftplugin checks for var existense:

if has("folding") && exists("g:markdown_folding")
...


> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub 
> <https://github.com/vim/vim/issues/7945#issuecomment-796865606>, or 
> unsubscribe 
> <https://github.com/notifications/unsubscribe-auth/ACY5DGCFBWLFPS53VQPL54DTDDVYDANCNFSM4Y5P3LUA>
> .
>

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/db778eff-aea7-4307-895b-a9212baf5ee8n%40googlegroups.com.

Reply via email to