write bookmarks file after deleting a bookmark
This commit is contained in:
parent
78419f858c
commit
818a53003e
@ -249,6 +249,7 @@ function! s:oBookmark.Delete() dict
|
|||||||
if !empty(node)
|
if !empty(node)
|
||||||
call node.path.CacheDisplayString()
|
call node.path.CacheDisplayString()
|
||||||
endif
|
endif
|
||||||
|
call s:oBookmark.Write()
|
||||||
endfunction
|
endfunction
|
||||||
" FUNCTION: oBookmark.GetNode(searchFromAbsoluteRoot) {{{3
|
" FUNCTION: oBookmark.GetNode(searchFromAbsoluteRoot) {{{3
|
||||||
" Gets the treenode for this bookmark
|
" Gets the treenode for this bookmark
|
||||||
@ -2937,7 +2938,6 @@ function! s:ClearBookmarks(bookmarks)
|
|||||||
call bookmark.Delete()
|
call bookmark.Delete()
|
||||||
endfor
|
endfor
|
||||||
endif
|
endif
|
||||||
call s:oBookmark.Write()
|
|
||||||
call s:RenderView()
|
call s:RenderView()
|
||||||
endfunction
|
endfunction
|
||||||
" FUNCTION: s:CloseChildren() {{{2
|
" FUNCTION: s:CloseChildren() {{{2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user