comparison runtime/doc/usr_41.txt @ 25294:c626fd34b66f v8.2.3184

patch 8.2.3184: cannot add a digraph with a leading space Commit: https://github.com/vim/vim/commit/6106504e9edc8500131f7a36e59bc146f90180fa Author: mityu <mityu.mail@gmail.com> Date: Mon Jul 19 20:07:21 2021 +0200 patch 8.2.3184: cannot add a digraph with a leading space Problem: Cannot add a digraph with a leading space. It is not easy to list existing digraphs. Solution: Add setdigraph(), setdigraphlist(), getdigraph() and getdigraphlist(). (closes #8580)
author Bram Moolenaar <Bram@vim.org>
date Mon, 19 Jul 2021 20:15:04 +0200
parents 496221916885
children 890fd8211202
comparison
equal deleted inserted replaced
25293:d3f443bd2edd 25294:c626fd34b66f
998 mapcheck() check if a matching mapping exists 998 mapcheck() check if a matching mapping exists
999 maparg() get rhs of a mapping 999 maparg() get rhs of a mapping
1000 mapset() restore a mapping 1000 mapset() restore a mapping
1001 menu_info() get information about a menu item 1001 menu_info() get information about a menu item
1002 wildmenumode() check if the wildmode is active 1002 wildmenumode() check if the wildmode is active
1003 getdigraph() get |digraph|
1004 getdigraphlist() get all |digraph|s
1005 setdigraph() register |digraph|
1006 setdigraphlist() register multiple |digraph|s
1003 1007
1004 Testing: *test-functions* 1008 Testing: *test-functions*
1005 assert_equal() assert that two expressions values are equal 1009 assert_equal() assert that two expressions values are equal
1006 assert_equalfile() assert that two file contents are equal 1010 assert_equalfile() assert that two file contents are equal
1007 assert_notequal() assert that two expressions values are not equal 1011 assert_notequal() assert that two expressions values are not equal