| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | vim: Drop backwards compatibility with Vim 5. | Aman Verma | 2020-11-03 | 1 | -30/+15 |
| | | |||||
| * | vim: Syntax-highlight continue and break statements | Nirbheek Chauhan | 2020-07-22 | 1 | -1/+2 |
| | | |||||
| * | syntax-highlighting/vim: Add `in` as an operator | Nirbheek Chauhan | 2020-03-12 | 1 | -1/+1 |
| | | | | | This was missed. Ages ago. | ||||
| * | Add a summary() function for configuration summarization | Xavier Claessens | 2019-12-12 | 1 | -0/+1 |
| | | | | | | | Based on patch from Dylan Baker. Fixes #757 | ||||
| * | syntax-highlighting: vim: fix setting cpo [skip ci] | Liam Beguin | 2019-11-07 | 1 | -1/+1 |
| | | | | | | | since 'cpo' is global, use `set` instead of `setlocal`. Reported-By: Bram Moolenaar <Bram@vim.org> Signed-off-by: Liam Beguin <liambeguin@gmail.com> | ||||
| * | syntax-highlighting: vim: add license header [skip ci] | Liam Beguin | 2019-10-18 | 1 | -0/+1 |
| | | | | Add a license header before getting them in the Vim runtime. | ||||
| * | Add is_disabler function | James Hilliard | 2019-08-12 | 1 | -0/+1 |
| | | | | | | | This is useful if one needs to check if a variable is a disabler. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> | ||||
| * | Add alias_target() function | Xavier Claessens | 2019-07-10 | 1 | -0/+1 |
| | | |||||
| * | Test that vim syntax highlighting is up-to-date | Nirbheek Chauhan | 2018-08-07 | 1 | -0/+3 |
| | | | | | | | | 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. | ||||
| * | meson.vim: Add missing disabler() entry [skip ci] | Nirbheek Chauhan | 2018-07-02 | 1 | -0/+1 |
| | | |||||
| * | Trivial update to meson vim syntax + typo in snippet [skip ci] | Nirbheek Chauhan | 2018-04-11 | 1 | -0/+1 |
| | | |||||
| * | Re-link remaining github wiki urls to mesonbuild.com site | Sami Kerola | 2018-02-11 | 1 | -2/+2 |
| | | |||||
| * | vim: Add warning function to list of builtins | Dylan Baker | 2017-12-14 | 1 | -0/+1 |
| | | |||||
| * | Move shell completions and text editor helpers to data/ | Arseny Maslennikov | 2017-11-11 | 1 | -0/+156 |
