neovim/runtime
Tyler Miller 7f33c1967b
fix(lua): use rawget() to get __call in vim.is_callable() (#29536)
Lua 5.1 uses a "raw get" to retrieve `__call` from a metatable to
determine if a table is callable. Mirror this behavior in
`vim.is_callable()`.
2024-07-04 06:36:00 +08:00
..
autoload refactor(typval)!: remove distinction of binary and nonbinary strings 2024-06-27 11:04:04 +02:00
colors vim-patch:9.1.0476: Cannot see matched text in popup menu 2024-06-15 04:47:23 +08:00
compiler vim-patch:0ddab58: runtime(java): Add a config variable for commonly used compiler options 2024-06-16 23:24:55 +02:00
doc feat(jumplist): allow opting out of removing unloaded buffers (#29347) 2024-06-30 06:40:31 +08:00
ftplugin fix(runtime): stop treesitter highlight in b:undo_ftplugin (#29533) 2024-07-03 15:24:12 +08:00
indent fix(runtime): stop treesitter highlight in b:undo_ftplugin (#29533) 2024-07-03 15:24:12 +08:00
keymap vim-patch:79a14c0: runtime(keymap): include Georgian keymap 2024-06-14 23:58:27 +02:00
lua fix(lua): use rawget() to get __call in vim.is_callable() (#29536) 2024-07-04 06:36:00 +08:00
macros
pack/dist/opt Merge pull request #29413 from jiangyinzuo/vim-patch-9.1.0497 2024-06-20 12:29:47 +08:00
plugin vim-patch:94043780196c (#28831) 2024-05-18 15:53:26 +08:00
queries build(deps): bump tree-sitter-vimdoc to v3.0.0 2024-06-08 10:19:28 +02:00
spell
syntax fix(runtime): stop treesitter highlight in b:undo_ftplugin (#29533) 2024-07-03 15:24:12 +08:00
tools
tutor docs: misc (#28837) 2024-06-07 10:55:14 +08:00
CMakeLists.txt
delmenu.vim
filetype.lua refactor: use vim._with where possible 2024-06-28 19:58:31 +02:00
ftoff.vim
ftplugin.vim
ftplugof.vim
indent.vim
indoff.vim
macmap.vim
makemenu.vim
menu.vim
mswin.vim
neovim.ico
nvim.appdata.xml NVIM v0.10.0 2024-05-16 14:34:32 +02:00
nvim.desktop
nvim.png
optwin.vim vim-patch:9.1.0469: Cannot have buffer-local value for 'completeopt' 2024-06-06 06:07:31 +08:00
synmenu.vim
windows_icon.rc feat(win32): embed executable icon 2024-07-02 13:05:16 +02:00