remove some unused code
This commit is contained in:
parent
0ad0d195e5
commit
b1020ad9c8
@ -1486,18 +1486,6 @@ function! s:oPath.StrForGlob() dict
|
|||||||
endif
|
endif
|
||||||
return toReturn
|
return toReturn
|
||||||
endfunction
|
endfunction
|
||||||
"FUNCTION: oPath.StrForNERDTreeCmd() {{{3
|
|
||||||
"
|
|
||||||
"Return: the string for this path that is suitable to be used with the
|
|
||||||
":NERDTree command
|
|
||||||
function! s:oPath.StrForNERDTreeCmd() dict
|
|
||||||
if s:running_windows
|
|
||||||
return self.StrForOS(0)
|
|
||||||
else
|
|
||||||
return self.Str(1)
|
|
||||||
endif
|
|
||||||
|
|
||||||
endfunction
|
|
||||||
"FUNCTION: oPath.StrForOS(esc) {{{3
|
"FUNCTION: oPath.StrForOS(esc) {{{3
|
||||||
"
|
"
|
||||||
"Gets the string path for this path object that is appropriate for the OS.
|
"Gets the string path for this path object that is appropriate for the OS.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user