mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 19:33:50 -05:00
remove some trailing whitespace
This commit is contained in:
@@ -1872,7 +1872,7 @@ function! s:Path.strForEditCmd()
|
|||||||
if stridx(p, cwd) == 0
|
if stridx(p, cwd) == 0
|
||||||
let p = strpart(p, strlen(cwd)+1)
|
let p = strpart(p, strlen(cwd)+1)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if p == ''
|
if p == ''
|
||||||
let p = '.'
|
let p = '.'
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user