remove some useless/misleading comments
This commit is contained in:
parent
1654ef820b
commit
abc0cc4c40
@ -2001,9 +2001,6 @@ 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
|
||||||
"
|
|
||||||
"Return:
|
|
||||||
"a string that can be used in the view to represent this path
|
|
||||||
function! s:Path.strForCd()
|
function! s:Path.strForCd()
|
||||||
if s:running_windows
|
if s:running_windows
|
||||||
return self.strForOS(0)
|
return self.strForOS(0)
|
||||||
@ -2015,9 +2012,6 @@ endfunction
|
|||||||
"
|
"
|
||||||
"Returns a string that specifies how the path should be represented as a
|
"Returns a string that specifies how the path should be represented as a
|
||||||
"string
|
"string
|
||||||
"
|
|
||||||
"Return:
|
|
||||||
"a string that can be used in the view to represent this path
|
|
||||||
function! s:Path.strDisplay()
|
function! s:Path.strDisplay()
|
||||||
if self.cachedDisplayString ==# ""
|
if self.cachedDisplayString ==# ""
|
||||||
call self.cacheDisplayString()
|
call self.cacheDisplayString()
|
||||||
|
Loading…
Reference in New Issue
Block a user