index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
syntax-highlighting
/
vim
Age
Commit message (
Expand
)
Author
2025-10-15
revert local_program()
Eli Schwartz
2025-10-15
Add local_program() function
Xavier Claessens
2025-09-03
Use https for mesonbuild.com
Tobias Stoeckmann
2023-09-07
syntax-highlighting: vim: update builtin function list
Liam Beguin
2023-04-11
syntax-highlighting: vim: fix mesonSpaceError
Josh Soref
2023-03-28
Add support for meson.options as a replacement for meson_options.txt
Dylan Baker
2022-05-03
interpreter: new function add_project_dependencies()
Paolo Bonzini
2022-03-30
Add new debug() function
Marvin Scholz
2022-03-07
interpreter: add an implementation for structured_sources
Dylan Baker
2021-12-01
add install_symlink function
Pablo Correa Gómez
2021-10-12
syntax-highlighting: vim: whitespace fixes
Doug Kearns
2021-10-12
syntax-highlighting: vim: improve the ftplugin
Doug Kearns
2021-10-12
syntax-highlighting: vim: set b:undo_ftplugin
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
2021-09-30
syntax-highlighting: vim: set b:undo_indent
Doug Kearns
2021-08-16
Add unset_variable()
Tristan Partin
2021-05-06
syntax-highlighting: vim: add myself as a maintainer
Liam Beguin
2021-05-06
syntax-highlighting: vim: fix setting cpo
Liam Beguin
2021-03-16
Add range() function
Xavier Claessens
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
2020-01-14
Add .wrap file syntax detection for vim
Luke Drummond
2019-12-12
Add a summary() function for configuration summarization
Xavier Claessens
2019-11-07
syntax-highlighting: vim: fix setting cpo [skip ci]
Liam Beguin
2019-10-18
syntax-highlighting: vim: add license header [skip ci]
Liam Beguin
2019-10-14
syntax-highlighting: vim: set comment string
Liam Beguin
2019-08-12
Add is_disabler function
James Hilliard
2019-07-10
Add alias_target() function
Xavier Claessens
2018-11-30
syntax-highlighting: vim: Allow overriding shiftwidth and softtabstop
Laurent Pinchart
2018-08-07
Test that vim syntax highlighting is up-to-date
Nirbheek Chauhan
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