remove an unused function
This commit is contained in:
parent
59257d7a3a
commit
df3485ec64
@ -2004,16 +2004,6 @@ function! s:Path.str(esc)
|
|||||||
return toReturn
|
return toReturn
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
"FUNCTION: Path.strAbs() {{{3
|
|
||||||
"
|
|
||||||
"Returns a string representing this path with all the symlinks resolved
|
|
||||||
"
|
|
||||||
"Return:
|
|
||||||
"string
|
|
||||||
function! s:Path.strAbs()
|
|
||||||
return resolve(self.str(1))
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
"FUNCTION: Path.strForCd() {{{3
|
"FUNCTION: Path.strForCd() {{{3
|
||||||
"
|
"
|
||||||
" returns a string that can be used with :cd
|
" returns a string that can be used with :cd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user