vim-mql4
vim-mql4 copied to clipboard
I installed by traditional way and then nothing happen
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
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.
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.