neovim/test/functional
Justin M. Keyes e688793253 feat: tostring(vim.version())
Problem:
tostring(vim.version()) returns "table: 0x…".

Solution:
Modify vim.version() to return a string prerelease instead of a boolean.

Fix #23863
2023-06-12 01:14:33 +02:00
..
api feat: report "build" in vim.version() #23925 2023-06-11 14:57:23 -07:00
autocmd fix(events)!: trigger CursorMoved later on switching window (#23711) 2023-06-04 09:09:22 +08:00
core fix(remote): restore previous --remote-expr output formatting (#23988) 2023-06-11 22:12:32 +08:00
editor refactor(options): deprecate nvim[_buf|_win]_[gs]et_option 2023-05-21 15:14:01 +06:00
ex_cmds fix(remote): make --remote-expr print to stdout (#23980) 2023-06-11 15:29:51 +08:00
fixtures feat(lua): rename vim.loop -> vim.uv (#22846) 2023-06-03 12:06:00 +02:00
legacy vim-patch:9.0.1626: Visual area not shown when using 'showbreak' (#23978) 2023-06-11 11:29:39 +08:00
lua feat: tostring(vim.version()) 2023-06-12 01:14:33 +02:00
options fix(NVIM_APPNAME): show error message if $NVIM_APPNAME is invalid 2023-05-28 16:04:54 +02:00
plugin feat(lsp): add handlers for inlay hints (#23736) 2023-06-11 11:53:37 +02:00
provider vim-patch:9.0.1588: Incsearch not triggered when pasting clipboard register (#23817) 2023-05-30 07:18:12 +08:00
shada test: don't unnecessarily specify win/buf for nvim_(get|set)_option_value 2023-05-22 13:02:07 +06:00
terminal feat(lua): rename vim.loop -> vim.uv (#22846) 2023-06-03 12:06:00 +02:00
treesitter feat(lua): rename vim.loop -> vim.uv (#22846) 2023-06-03 12:06:00 +02:00
ui feat(diff): grouping optimization for linematch algorithm 2023-06-07 13:29:23 +01:00
vimscript fix(plines): folded lines with virt_lines attached to line above 2023-06-05 08:45:32 +08:00
example_spec.lua
helpers.lua docs(powershell): use tee.exe instead of Tee-Object 2023-04-22 12:04:05 +02:00
preload.lua test: remove unused variable (#21552) 2022-12-29 07:20:42 +08:00