So I wanted to change syntax highlight in VIM from *txt to *md.

Web search didn't really help (generic howto's typeOf: click here) and I was as usual quite lost in the manual itself. But here's where GVIM comes in handy, as it shows the command you chose in menu in the status bar.

So to change syntax highlight of txt to say, markdown:

:cal SetSyn("markdown")

Note: why don't you's ain't helpful here, I just needed to do that because reasons...

#vim #vimhelp #vimtips