commit 1d14961285a6ce61a037391a527508f46164d33f parent 8f052c5b47dce01ec04bed580226fd18da32def4 Author: Jason Franklin <j_fra@fastmail.us> Date: Sat, 6 Jan 2018 09:28:15 -0500 Remove a noise comment Diffstat:
| M | lib/nerdtree/ui.vim | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/lib/nerdtree/ui.vim b/lib/nerdtree/ui.vim @@ -150,7 +150,6 @@ function! s:UI.getPath(ln) let rootLine = self.getRootLineNum() - " check to see if we have the root node if a:ln == rootLine return self.nerdtree.root.path endif
