save
This commit is contained in:
@@ -12,10 +12,3 @@ setlocal autoindent
|
||||
setlocal shiftwidth=2
|
||||
setlocal tabstop=2
|
||||
setlocal expandtab
|
||||
|
||||
function! MarkdownFold()
|
||||
if getline(v:lnum) =~ '^#'
|
||||
return '>' . (strlen(matchstr(getline(v:lnum), '^#*')) + 1)
|
||||
endif
|
||||
return '='
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user