diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-10-19 15:43:04 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-10-24 13:26:55 +0200 |
commit | f96dfae52fe5ec211f6cfdf539882f2d10806374 (patch) | |
tree | b0b168ee8339a552c8f1e88eabab6563f8aafffc /runtime/doc/vim_diff.txt | |
parent | fb503d73da49e26a3e44a07cd7c857d9fda9d035 (diff) | |
download | rneovim-f96dfae52fe5ec211f6cfdf539882f2d10806374.tar.gz rneovim-f96dfae52fe5ec211f6cfdf539882f2d10806374.tar.bz2 rneovim-f96dfae52fe5ec211f6cfdf539882f2d10806374.zip |
doc; vim-patch.sh
Also include missing changes from:
https://github.com/vim/vim/commit/06d2d38ab7564e1f784b1058a4ef4580cd6d1810
https://github.com/vim/vim/commit/26852128a2b713ef49341a0c18daba928444e7eb
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index bb1f993ab6..b4df069f21 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -105,6 +105,10 @@ Some `CTRL-SHIFT-...` key chords are distinguished from `CTRL-...` variants Options: 'statusline' supports unlimited alignment sections + 'tabline' %@Func@foo%X can call any function on mouse-click + +Variables: + |v:windowid| is always available (for use by external UIs) Commands: |:CheckHealth| @@ -112,7 +116,10 @@ Commands: |:Man| is available by default, with many improvements such as completion Functions: + |dictwatcheradd()| notifies a callback whenever a |Dict| is modified + |dictwatcherdel()| |execute()| works with |:redir| + |msgpackdump()|, |msgpackparse()| provide msgpack de/serialization Events: |TabNew| |