vobornik / vim-mql4

Vim syntax definition for MQL4 programming language (Metatrader 4 *.mq4 scripts)
26 stars 15 forks source link

I installed by traditional way and then nothing happen #3

Open polamin opened 9 years ago

polamin commented 9 years ago

I'm not sure, I did it correctly or I just don't understand how this plugin work' I'm using MacOS and tried both default Vim and MacVim after run Vim I tried ":syntax on" and nothing happen

vappolinario commented 8 years ago

Have you tried setting the filetype to mql4? :set ft=mql4. Anyway, if your file have the extension .mql4 or .mqlh the file type should be set automatically.

yyosuke commented 6 years ago

Hi. I also experienced the same trouble.

I changed '.vimrc' as bellow. set runtimepath+=expand('~/.vim/vim-mql4') ↓ set runtimepath+=~/.vim/vim-mql4

Then, I opend 'mq4' file by vim and changed to filetype on mql4.(type ':setf mql4')

Then it went well.