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 i = index(bookmarks, a:name)
if i != -1
echo remove(bookmarks, i)
call remove(bookmarks, i)
endif
endfunction
"FUNCTION: oPath.WinToUnixPath(pathstr){{{3