comparison runtime/doc/usr_41.txt @ 23853:a9ed31ab85c3 v8.2.2468

patch 8.2.2468: not easy to get the full command name from a shortened one Commit: https://github.com/vim/vim/commit/038e09ee7645731de0296d255aabb17603276443 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 6 12:38:51 2021 +0100 patch 8.2.2468: not easy to get the full command name from a shortened one Problem: Not easy to get the full command name from a shortened one. Solution: Add fullcommand(). (Martin Tournoij, closes https://github.com/vim/vim/issues/7777)
author Bram Moolenaar <Bram@vim.org>
date Sat, 06 Feb 2021 12:45:04 +0100
parents 525c9e218c69
children 5b37a0bf7e3a
comparison
equal deleted inserted replaced
23852:cbebf5f1a5a7 23853:a9ed31ab85c3
881 getcmdpos() get position of the cursor in the command line 881 getcmdpos() get position of the cursor in the command line
882 setcmdpos() set position of the cursor in the command line 882 setcmdpos() set position of the cursor in the command line
883 getcmdtype() return the current command-line type 883 getcmdtype() return the current command-line type
884 getcmdwintype() return the current command-line window type 884 getcmdwintype() return the current command-line window type
885 getcompletion() list of command-line completion matches 885 getcompletion() list of command-line completion matches
886 fullcommand() get full command name
886 887
887 Quickfix and location lists: *quickfix-functions* 888 Quickfix and location lists: *quickfix-functions*
888 getqflist() list of quickfix errors 889 getqflist() list of quickfix errors
889 setqflist() modify a quickfix list 890 setqflist() modify a quickfix list
890 getloclist() list of location list items 891 getloclist() list of location list items