Closed corelon closed 10 years ago
If you actually hit <tab>
after typing :setfiletype
, you'll get a list of completions. In this case, you'll see that completions take the form of TextMate identifiers, and in particular Python is source.python
. Let me know if that doesn't work for you!
Thanks it is working! I had no clue about this functionlity
On Wed, Feb 5, 2014 at 3:34 PM, Antonio Salazar Cardozo < notifications@github.com> wrote:
If you actually hit
after typing :setfiletype, you'll get a list of completions. In this case, you'll see that completions take the form of TextMate identifiers, and in particular Python is source.python. Let me know if that doesn't work for you! Reply to this email directly or view it on GitHubhttps://github.com/vicoapp/vico/issues/79#issuecomment-34190105 .
Sweet :) Yeah, there are some hidden gems here and there ;)
When I try :setfiletype python it tells me that there is more than one match (probably because of the RegularExpression Python syntax. Is there a way to become more specific in setting the filetype?