neovim/test/functional
Gregory Anders f1922e78a1 feat: add vim.secure.read()
This function accepts a path to a file and prompts the user if the file
is trusted. If the user confirms that the file is trusted, the contents
of the file are returned. The user's decision is stored in a trust
database at $XDG_STATE_HOME/nvim/trust. When this function is invoked
with a path that is already marked as trusted in the trust database, the
user is not prompted for a response.
2022-11-17 08:23:41 -07:00
..
api fix(api): nvim_win_set_cursor redraw cursorcolumn for non-current window (#21072) 2022-11-17 07:18:31 +08:00
autocmd test: introduce skip() #21010 2022-11-13 05:52:19 -08:00
core test: introduce skip() #21010 2022-11-13 05:52:19 -08:00
editor fix(mark): do not restore view in op-pending mode (#20889) 2022-11-01 06:14:20 +08:00
ex_cmds test: add a Lua test for swap file created before boot 2022-11-17 22:17:48 +08:00
fixtures fix: find multibyte file name in line (#20519) 2022-10-07 09:43:16 +08:00
legacy test: introduce skip() #21010 2022-11-13 05:52:19 -08:00
lua feat: add vim.secure.read() 2022-11-17 08:23:41 -07:00
options fix(mouse): ensure no scrolling with "ver:0" in 'mousescroll' (#20861) 2022-10-30 07:10:39 +08:00
plugin feat(test): add Lua forms for API methods (#20152) 2022-11-14 10:01:35 +00:00
provider test: introduce skip() #21010 2022-11-13 05:52:19 -08:00
shada test: introduce skip() #21010 2022-11-13 05:52:19 -08:00
terminal test: introduce skip() #21010 2022-11-13 05:52:19 -08:00
treesitter test: don't skip parser_spec on windows (#20294) 2022-11-15 19:33:30 +08:00
ui vim-patch:9.0.0884: mouse shape remains in op-pending mode after failed change (#21066) 2022-11-15 23:02:48 +08:00
vimscript feat(test): add Lua forms for API methods (#20152) 2022-11-14 10:01:35 +00:00
example_spec.lua screen.lua: remove screen:_on_event #11488 2019-12-01 01:06:10 -08:00
helpers.lua feat(test): add Lua forms for API methods (#20152) 2022-11-14 10:01:35 +00:00
preload.lua feat(logging): include test-id in log messages 2022-06-15 19:23:10 -07:00