comparison src/vim.h @ 28183:2b595cee4c85 v8.2.4617

patch 8.2.4617: no completion for :scriptnames Commit: https://github.com/vim/vim/commit/454ce6737cadb82886f1fc0eb9e8666cc59ae42b Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Thu Mar 24 11:22:13 2022 +0000 patch 8.2.4617: no completion for :scriptnames Problem: No completion for :scriptnames. Solution: Implement :scriptnames completion. (Yegappan Lakshmanan, closes #10005)
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Mar 2022 12:30:08 +0100
parents 06535d568f74
children 89c181c99e23
comparison
equal deleted inserted replaced
28182:2846627df454 28183:2b595cee4c85
800 #define EXPAND_MAPCLEAR 47 800 #define EXPAND_MAPCLEAR 47
801 #define EXPAND_ARGLIST 48 801 #define EXPAND_ARGLIST 48
802 #define EXPAND_DIFF_BUFFERS 49 802 #define EXPAND_DIFF_BUFFERS 49
803 #define EXPAND_DISASSEMBLE 50 803 #define EXPAND_DISASSEMBLE 50
804 #define EXPAND_BREAKPOINT 51 804 #define EXPAND_BREAKPOINT 51
805 #define EXPAND_SCRIPTNAMES 52
805 806
806 // Values for exmode_active (0 is no exmode) 807 // Values for exmode_active (0 is no exmode)
807 #define EXMODE_NORMAL 1 808 #define EXMODE_NORMAL 1
808 #define EXMODE_VIM 2 809 #define EXMODE_VIM 2
809 810