Trivial update to meson vim syntax + typo in snippet [skip ci]

This commit is contained in:
Nirbheek Chauhan 2018-04-11 22:06:43 +05:30
parent e103675a39
commit 487526bfff
2 changed files with 2 additions and 1 deletions

View File

@ -70,6 +70,7 @@ syn keyword mesonBuiltin
\ add_project_link_arguments
\ add_test_setup
\ benchmark
\ both_libraries
\ build_machine
\ build_target
\ configuration_data

View File

@ -2,6 +2,6 @@
Old executable names `mesonintrospect`, `mesonconf`, `mesonrewriter`
and `mesontest` have been deprecated for a long time. Starting from
this versino they no longer do anything but instead always error
this version they no longer do anything but instead always error
out. All functionality is available as subcommands in the main `meson`
binary.