remove a stray :echo

This commit is contained in:
Martin Grenfell
2008-06-20 17:23:48 +12:00
parent 808850a464
commit efa7941c54

View File

@@ -1350,7 +1350,7 @@ function! s:oPath.UncacheBookmark(name) dict
let bookmarks = self.BookmarkNames() let bookmarks = self.BookmarkNames()
let i = index(bookmarks, a:name) let i = index(bookmarks, a:name)
if i != -1 if i != -1
echo remove(bookmarks, i) call remove(bookmarks, i)
endif endif
endfunction endfunction
"FUNCTION: oPath.WinToUnixPath(pathstr){{{3 "FUNCTION: oPath.WinToUnixPath(pathstr){{{3