neovim/runtime/plugin
Gregory Anders d675bd01b1
feat(lua): allow vim.F.if_nil to take multiple arguments (#22903)
The first argument which is non-nil is returned. This is useful when
using nested default values (e.g. in the EditorConfig plugin).

Before:

  local enable = vim.F.if_nil(vim.b.editorconfig, vim.F.if_nil(vim.g.editorconfig, true))

After:

  local enable = vim.F.if_nil(vim.b.editorconfig, vim.g.editorconfig, true)
2023-04-07 08:22:47 -06:00
..
editorconfig.lua feat(lua): allow vim.F.if_nil to take multiple arguments (#22903) 2023-04-07 08:22:47 -06:00
gzip.vim vim-patch:47e13953ffdb 2021-04-28 21:29:57 -04:00
health.vim health.vim: remove :CheckHealth command 2017-12-27 13:00:58 +01:00
man.lua feat(Man): port to Lua (#19912) 2022-09-02 15:20:29 +01:00
matchit.vim Add g:loaded_matchit check (#13226) 2020-11-04 18:46:03 -05:00
matchparen.vim vim-patch:partial:dd60c365cd26 (#22437) 2023-02-28 09:34:27 +01:00
netrwPlugin.vim vim-patch:89a9c159f23f #15641 2021-09-13 06:05:27 -07:00
nvim.lua fix(treesitter): InspectTree does not respect 'splitright' #22692 2023-03-17 04:41:57 -07:00
rplugin.vim fix(startup): nvim with --clean should not load user rplugins 2022-06-04 18:37:54 +02:00
shada.vim runtime: Add [ft]plugin/shada.vim files that automatically open .shada 2015-11-01 21:27:28 +03:00
spellfile.vim spell: Fix argument and avoid redundant prompt. 2016-04-10 04:27:39 -04:00
tarPlugin.vim runtime/tar: 23515b4ef7580af8b9d3b964a558ab2007cacda5 2021-02-17 23:59:17 -05:00
tohtml.vim vim-patch:be4e01637e71 (#22103) 2023-02-03 09:18:18 +01:00
tutor.vim runtime: Include vim-tutor-mode 2015-08-15 15:25:30 -03:00
zipPlugin.vim vim-patch:519cc559b08b (#16340) 2021-11-17 10:02:59 +01:00