Open marslo opened 1 year ago
Normally I'm using >> to indent links, and it not work for comments in shell code block. i.e.:
>>
sample scenario: ```bash |# sample code ^ | cursor here, and type `>>` ...
I was tried to modified the indent/markdown.vim as below, but still no lucky :
62 elseif s:IsHeaderLine(cline) && !s:IsMkdCode(v:lnum) 63 return ind
so I have to ctrl + v for code block move, it's really inconvenient.
details:
Normally I'm using
>>
to indent links, and it not work for comments in shell code block. i.e.:I was tried to modified the indent/markdown.vim as below, but still no lucky :
so I have to ctrl + v for code block move, it's really inconvenient.
details: