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

pull/3387/head
Nirbheek Chauhan 7 years ago
parent e103675a39
commit 487526bfff
  1. 1
      data/syntax-highlighting/vim/syntax/meson.vim
  2. 2
      docs/markdown/snippets/del-old-names.md

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

@ -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.

Loading…
Cancel
Save