diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2022-03-27 10:25:55 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-27 10:25:55 -0700 |
| commit | 72652cbc46f568128bfc296ba63fb2d26941da8e (patch) | |
| tree | 45883e033228aacc55df313edb7acac1e1d76698 /runtime/doc/vim_diff.txt | |
| parent | 05edab85d7edad63c3b449689b57f9f658782c11 (diff) | |
| download | rneovim-72652cbc46f568128bfc296ba63fb2d26941da8e.tar.gz rneovim-72652cbc46f568128bfc296ba63fb2d26941da8e.tar.bz2 rneovim-72652cbc46f568128bfc296ba63fb2d26941da8e.zip | |
feat(test): use nvim_exec in helpers.source() #16064
helpers.source() was a hack to work around the lack of anonymous
:source. Its "create tempfile" behavior is not a required part of most
tests that use it.
Some tests still need the old "create tempfile" behavior either because
they test SID behavior, or because of missing nvim_exec features: #16071
Diffstat (limited to 'runtime/doc/vim_diff.txt')
| -rw-r--r-- | runtime/doc/vim_diff.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 9ca5faf112..59f085977b 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -180,6 +180,7 @@ Commands: |:Man| is available by default, with many improvements such as completion |:sign-define| accepts a `numhl` argument, to highlight the line number |:match| can be invoked before highlight group is defined + |:source| works with Lua and anonymous (no file) scripts Events: |RecordingEnter| |