neovim/runtime
Folke Lemaitre 526fc609b8
fix(shared): do not treat empty tables as list in deep extend (#15094)
An empty table was previously always treated as a list, which means that
while merging tables, whenever an empty table was encountered it would
  always truncate any table on the left.

`vim.tbl_deep_extend("force", { b = { a = 1 } }, { b = {} })`

Before: `{ b = {} }`
After: `{ b = { a = 1 } }`
2021-07-19 08:52:44 -07:00
..
autoload fixup(clipboard): Fix error not properly handled #14984 2021-07-11 06:19:54 -07:00
colors vim-patch:4f4d51a942cc 2021-05-01 14:22:52 -04:00
compiler vim-patch:56994d215815 2021-05-02 12:44:04 -04:00
doc doc(lsp): various small fixes (#15113) 2021-07-17 11:15:57 +02:00
ftplugin vim-patch:3ec3217f0491 2021-05-25 22:11:04 -04:00
indent vim-patch:3ec3217f0491 2021-05-25 22:11:04 -04:00
keymap vim-patch:23515b4ef758 2021-05-01 22:29:03 -04:00
lua fix(shared): do not treat empty tables as list in deep extend (#15094) 2021-07-19 08:52:44 -07:00
macros vim-patch:4072ba571bab 2021-05-01 22:29:03 -04:00
pack/dist/opt vim-patch:3ec3217f0491 2021-05-25 22:11:04 -04:00
plugin vim-patch:56994d215815 2021-05-02 12:44:04 -04:00
print
queries/c
spell vim-patch:8.2.0038: spell suggestions insufficiently tested 2021-06-12 13:06:49 -04:00
syntax runtime/vim: d2ea7cf10a4d026ebd402594d656af7d5c811c24 (#14950) 2021-07-01 17:31:30 -04:00
tools vim-patch:3d1cde8a2f28 2021-04-29 21:08:09 -04:00
tutor docs: fix some remanining cases of gender pronoun for "the user" 2021-05-18 22:47:17 +02:00
bugreport.vim
CMakeLists.txt cmake: install app icon in XDG hicolor icon theme (#14656) 2021-05-27 22:37:24 +02:00
delmenu.vim
filetype.vim vim-patch:8.2.3087: Gemtext files are not recognized 2021-07-04 09:22:49 -04:00
ftoff.vim
ftplugin.vim feat(runtime): Allow lua to be used in ftplugin 2021-06-11 01:01:02 +06:00
ftplugof.vim
indent.vim feat(runtime): Allow lua to be used in indent 2021-06-11 01:01:02 +06:00
indoff.vim
macmap.vim
makemenu.vim vim-patch:95a9dd1efc5a 2021-04-27 09:21:32 -04:00
menu.vim vim-patch:65e0d77a66b7 2021-04-28 21:57:50 -04:00
mswin.vim
nvim.appdata.xml version bump 2021-07-02 18:12:11 +02:00
nvim.desktop vim-patch:23515b4ef758 2021-05-01 22:29:03 -04:00
nvim.png
optwin.vim vim-patch:3132cddd209e 2021-05-01 22:29:02 -04:00
rgb.txt
scripts.vim vim-patch:8.2.2790: filetype test fails 2021-05-02 12:54:06 -04:00
synmenu.vim vim-patch:4466ad6baa22 2021-05-01 22:29:02 -04:00