remove some trailing whitespace

This commit is contained in:
Martin Grenfell 2009-01-09 17:37:43 +13:00
parent 0e9feaede3
commit d76f936698

View File

@ -1872,7 +1872,7 @@ function! s:Path.strForEditCmd()
if stridx(p, cwd) == 0
let p = strpart(p, strlen(cwd)+1)
endif
if p == ''
let p = '.'
endif