| Age | Commit message (Collapse) | Author | Files |
|
closes: vim/vim#19374
https://github.com/vim/vim/commit/4442ac53f7370bf7e182e19771c71e9000f123e1
Co-authored-by: Chris Aumann <me@chr4.org>
|
|
syntax script
The set_by_lua_block directive of the Lua module takes an additional
variable as an argument which currently breaks the detection of inline
Lua blocks. For example:
set_by_lua_block $myvar {
return tonumber(ngx.var.myothervar)-1
}
closes: vim/vim#19362
https://github.com/vim/vim/commit/e92998ea4dfbd6de3e028e74ef8042cebd7e0f4c
Co-authored-by: Josef Schönberger <josef.schoenberger@tum.de>
|
|
updates
Docs: https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_cache_background_update
closes: vim/vim#17458
https://github.com/vim/vim/commit/80a7921a02bbba6e8ebfb19bcc456860d8c269ca
Co-authored-by: S0AndS0 <strangerthanbland@gmail.com>
|
|
runtime(nginx): add additional nginx keywords (vim/vim#13581)
* Add support for missing keywords to the nginx syntax plugin
This adds support for several keywords from
- the built-in HTTP/2 module,
- the built-in SSL module,
- the built-in uWSGI module,
- the experimental QUIC branch,
- the third-party SSL CT module,
- the third-party dynamic TLS records patch.
Co-Author: ObserverOfTime <chronobserver@disroot.org>
* Add missing http2/ http3 keywords to nginx plugin
https://github.com/vim/vim/commit/cf40409e7d17ddadaa697188788753c761479ef8
Co-authored-by: Chris Aumann <me@chr4.org>
Co-authored-by: Christian Brabandt <cb@256bit.org>
|
|
Update runtime files.
https://github.com/vim/vim/commit/be4e01637e71c8d5095c33b9861fd70b41476732
Co-authored-by: Bram Moolenaar <Bram@vim.org>
|
|
Followup to incomplete runtime update https://github.com/neovim/neovim/pull/15911
|