igankevich / mesonic

Mesonic: A Vim plugin for Meson build system
46 stars 7 forks source link

Fix MesonRun with arguments #17

Closed albfan closed 2 years ago

albfan commented 2 years ago

I tested with a simple project:

https://gitlab.gnome.org/albfan/vala-command-line

Is a simple gapplication to deal with command line implemented in vala. command_line is on src dir

:MesonRun command_line
:MesonRun command_line --version

All works

You can test with any other project having options

fixes #16

albfan commented 2 years ago

Added fix to list MesonRun available targets

albfan commented 2 years ago

This is ready, I rework it a bit

igankevich commented 2 years ago

Thank you, @albfan!