| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-12 | syntax-highlighting: vim: whitespace fixes | Doug Kearns | |
| 2021-10-12 | syntax-highlighting: vim: use Boolean highlight group for booleans | Doug Kearns | |
| 2021-10-12 | syntax-highlighting: vim: match octal and hexadecimal numbers | Doug Kearns | |
| 2021-10-08 | add install_emptydir function | Eli Schwartz | |
| This replaces the absolute hack of using ``` install_subdir('nonexisting', install_dir: 'share') ``` which requires you to make sure you don't accidentally or deliberately have a completely different directory with the same name in your source tree that is full of files you don't want installed. It also avoids splitting the name in two and listing them in the wrong order. You can also set the install mode of each directory component by listing them one at a time in order, and in fact create nested structures at all. Fixes #1604 Properly fixes #2904 | |||
| 2021-08-16 | Add unset_variable() | Tristan Partin | |
| This should be useful for helping to control variable scope within Meson. CMake has something similar for controlling scope. | |||
| 2021-05-06 | syntax-highlighting: vim: add myself as a maintainer | Liam Beguin | |
| Add myself as a maintainer of these files since I'll be keeping them in sync with the Vim repository. Signed-off-by: Liam Beguin <liambeguin@gmail.com> | |||
| 2021-03-16 | Add range() function | Xavier Claessens | |
| Fixes: #5026. | |||
| 2020-11-03 | vim: Drop backwards compatibility with Vim 5. | Aman Verma | |
| 2020-07-22 | vim: Syntax-highlight continue and break statements | Nirbheek Chauhan | |
| 2020-03-12 | syntax-highlighting/vim: Add `in` as an operator | Nirbheek Chauhan | |
| This was missed. Ages ago. | |||
| 2019-12-12 | Add a summary() function for configuration summarization | Xavier Claessens | |
| Based on patch from Dylan Baker. Fixes #757 | |||
| 2019-11-07 | syntax-highlighting: vim: fix setting cpo [skip ci] | Liam Beguin | |
| since 'cpo' is global, use `set` instead of `setlocal`. Reported-By: Bram Moolenaar <Bram@vim.org> Signed-off-by: Liam Beguin <liambeguin@gmail.com> | |||
| 2019-10-18 | syntax-highlighting: vim: add license header [skip ci] | Liam Beguin | |
| Add a license header before getting them in the Vim runtime. | |||
| 2019-08-12 | Add is_disabler function | James Hilliard | |
| This is useful if one needs to check if a variable is a disabler. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> | |||
| 2019-07-10 | Add alias_target() function | Xavier Claessens | |
| 2018-08-07 | Test that vim syntax highlighting is up-to-date | Nirbheek Chauhan | |
| Needs a `mock` kwarg to Interpreter to not do any parsing of build files, but only setup the builtins and functions. Also consolidate the documentation and data tests into one class. | |||
| 2018-07-02 | meson.vim: Add missing disabler() entry [skip ci] | Nirbheek Chauhan | |
| 2018-04-11 | Trivial update to meson vim syntax + typo in snippet [skip ci] | Nirbheek Chauhan | |
| 2018-02-11 | Re-link remaining github wiki urls to mesonbuild.com site | Sami Kerola | |
| 2017-12-14 | vim: Add warning function to list of builtins | Dylan Baker | |
| 2017-11-11 | Move shell completions and text editor helpers to data/ | Arseny Maslennikov | |
