Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-16 | Add range() function | Xavier Claessens | 1 | -0/+1 | |
Fixes: #5026. | |||||
2020-11-03 | vim: Drop backwards compatibility with Vim 5. | Aman Verma | 1 | -30/+15 | |
2020-07-22 | vim: Syntax-highlight continue and break statements | Nirbheek Chauhan | 1 | -1/+2 | |
2020-03-12 | syntax-highlighting/vim: Add `in` as an operator | Nirbheek Chauhan | 1 | -1/+1 | |
This was missed. Ages ago. | |||||
2020-01-14 | Add .wrap file syntax detection for vim | Luke Drummond | 1 | -0/+1 | |
wrap files are ini syntax, and vim has support for this via the `dosini` syntax type [skip ci] | |||||
2019-12-12 | Add a summary() function for configuration summarization | Xavier Claessens | 1 | -0/+1 | |
Based on patch from Dylan Baker. Fixes #757 | |||||
2019-11-07 | syntax-highlighting: vim: fix setting cpo [skip ci] | Liam Beguin | 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> | |||||
2019-10-18 | syntax-highlighting: vim: add license header [skip ci] | Liam Beguin | 3 | -0/+3 | |
Add a license header before getting them in the Vim runtime. | |||||
2019-10-14 | syntax-highlighting: vim: set comment string | Liam Beguin | 1 | -0/+3 | |
Vim can automatically comment and format comments. Set the necessary variable to enable that feature. See `:help format-comments` for more information. | |||||
2019-08-12 | Add is_disabler function | James Hilliard | 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> | |||||
2019-07-10 | Add alias_target() function | Xavier Claessens | 1 | -0/+1 | |
2018-11-30 | syntax-highlighting: vim: Allow overriding shiftwidth and softtabstop | Laurent Pinchart | 3 | -5/+17 | |
The vim syntax indentation rules stored in indent/meson.vim set the local shiftwidth and softtabstop variables. As the file is loaded last, after ~/.vim/after/ftplugin/meson.vim (when present), this prevents overriding the default values for shiftwidth and softtabstop in a local configuration. Fix this by setting shiftwidth and softtabstop in ftplugin/meson.vim instead (as done by the python indentiation rules in upstream vim for instance) to allow local overrides. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | |||||
2018-08-07 | Test that vim syntax highlighting is up-to-date | Nirbheek Chauhan | 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. | |||||
2018-07-02 | meson.vim: Add missing disabler() entry [skip ci] | Nirbheek Chauhan | 1 | -0/+1 | |
2018-06-30 | Add feature footer | Juergen Hoetzel | 1 | -0/+2 | |
2018-06-30 | Setup mode-specific `comment-start' and `'comment-end' | Juergen Hoetzel | 1 | -15/+2 | |
Get rid of meson.comment-dwim workaround. | |||||
2018-04-11 | Trivial update to meson vim syntax + typo in snippet [skip ci] | Nirbheek Chauhan | 1 | -0/+1 | |
2018-02-11 | Re-link remaining github wiki urls to mesonbuild.com site | Sami Kerola | 1 | -2/+2 | |
2018-01-16 | A few small improvements to meson.el | Jon Turney | 1 | -6/+5 | |
Add some missing statements to list of keywords Derive from prog-mode, so any prog-mode hooks are run Automatically use this mode for meson.build files [ci skip] | |||||
2017-12-14 | vim: Add warning function to list of builtins | Dylan Baker | 1 | -0/+1 | |
2017-11-11 | Move shell completions and text editor helpers to data/ | Arseny Maslennikov | 5 | -0/+387 | |