mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-10 12:23:49 -05:00
bugfix for stripping :Mark markup from a line
This commit is contained in:
@@ -2315,7 +2315,7 @@ function! s:StripMarkupFromLine(line, removeLeadingSpaces)
|
|||||||
let line = substitute (line, s:tree_RO_str_reg, "","")
|
let line = substitute (line, s:tree_RO_str_reg, "","")
|
||||||
|
|
||||||
"strip off any mark flags
|
"strip off any mark flags
|
||||||
let line = substitute (line, ' {[^}*]}', "","")
|
let line = substitute (line, ' {[^}]*}', "","")
|
||||||
|
|
||||||
let wasdir = 0
|
let wasdir = 0
|
||||||
if line =~ '/$'
|
if line =~ '/$'
|
||||||
|
|||||||
Reference in New Issue
Block a user