fix syntax error
This commit is contained in:
parent
008b62f71c
commit
99fa465b5d
@ -634,7 +634,7 @@ function! s:Path.str(...)
|
||||
if has_key(self, '_strFor' . format)
|
||||
exec 'let toReturn = self._strFor' . format . '()'
|
||||
else
|
||||
raise 'NERDTree.UnknownFormatError: unknown format "'. format .'"'
|
||||
throw 'NERDTree.UnknownFormatError: unknown format "'. format .'"'
|
||||
endif
|
||||
else
|
||||
let toReturn = self._str()
|
||||
|
Loading…
Reference in New Issue
Block a user