clausreinke / typescript-tools

(repo no longer active) Tools related to the TypeScript language
Apache License 2.0
266 stars 29 forks source link

TSSstarthere error #38

Closed pwdonald closed 9 years ago

pwdonald commented 9 years ago

I keep getting the following error when I try to run :TSSstarthere.

Starting TSS, loading file.ts...
Error detected while processing function TSSstart:
line   18:
Traceback (most recent call last):
  File "<string>", line 3, in <module>
TypeError: cannot concatenate 'str' and 'list' objects
Error detected while processing function TSSstart..TSSshowErrors:
line   16:
TSS not running - start with :TSSstarthere on main file

It definitely worked the very first time I used it but it seems subsequent commands have failed.

pwdonald commented 9 years ago

Interestingly enough, I deleted my .viminfo file and it seems to have fixed the issue. I am going to leave this open until someone more knowledgeable than me can analyze.