diff options
| author | bfredl <bjorn.linse@gmail.com> | 2023-03-22 10:59:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-22 10:59:38 +0100 |
| commit | c45b5e2c5b0f02742099ebccc44462fe4203e99c (patch) | |
| tree | 13811fb22e65a99413aa5373c41e8c77d99ca779 /runtime/doc/vim_diff.txt | |
| parent | 48ce2ef912cbbe43b85b45a8a97f8d240318718a (diff) | |
| parent | a92b38934a2d00c13ee4d1969d994da15e0857ab (diff) | |
| download | rneovim-c45b5e2c5b0f02742099ebccc44462fe4203e99c.tar.gz rneovim-c45b5e2c5b0f02742099ebccc44462fe4203e99c.tar.bz2 rneovim-c45b5e2c5b0f02742099ebccc44462fe4203e99c.zip | |
Merge pull request #22743 from bfredl/luaequals
feat(lua): allow `:=expr` as a shorter version of `:lua =expr`
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 9c01e3dbc7..cd93e4d17a 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -460,6 +460,7 @@ Commands: |:doautocmd| does not warn about "No matching autocommands". |:wincmd| accepts a count. `:write!` does not show a prompt if the file was updated externally. + |:=| does not accept |ex-flags|. With an arg it is equivalent to |:lua=| Command-line: The meanings of arrow keys do not change depending on 'wildoptions'. |