Patch 8.2.4423

5 views
Skip to first unread message

Bram Moolenaar

unread,
Feb 19, 2022, 11:00:57 AM2/19/22
to vim...@googlegroups.com

Patch 8.2.4423
Problem: "make nvcmdidxs" fails.
Solution: Use "-S" instead of "-u" to source the script.
Files: src/Makefile


*** ../vim-8.2.4422/src/Makefile 2022-02-19 13:25:13.769665861 +0000
--- src/Makefile 2022-02-19 15:58:31.074313309 +0000
***************
*** 2140,2146 ****
# without changes.
# This requires a "vim" executable with the +eval feature.
cmdidxs: ex_cmds.h
! vim --clean -X --not-a-term -u create_cmdidxs.vim -c quit

# Run vim script to generate the normal/visual mode command lookup table.
# This only needs to be run when a new normal/visual mode command has been
--- 2140,2146 ----
# without changes.
# This requires a "vim" executable with the +eval feature.
cmdidxs: ex_cmds.h
! vim --clean -X --not-a-term -S create_cmdidxs.vim -c quit

# Run vim script to generate the normal/visual mode command lookup table.
# This only needs to be run when a new normal/visual mode command has been
***************
*** 2151,2157 ****
# - run "make nvcmdidxs" to generate nv_cmdidxs.h
nvcmdidxs: auto/config.mk nv_cmds.h
$(CC) -I$(srcdir) $(ALL_CFLAGS) create_nvcmdidxs.c -o create_nvcmdidxs
! vim --clean -X --not-a-term -u create_nvcmdidxs.vim -c quit
-rm -f create_nvcmdidxs

# The normal command to compile a .c file to its .o file.
--- 2151,2157 ----
# - run "make nvcmdidxs" to generate nv_cmdidxs.h
nvcmdidxs: auto/config.mk nv_cmds.h
$(CC) -I$(srcdir) $(ALL_CFLAGS) create_nvcmdidxs.c -o create_nvcmdidxs
! vim --clean -X --not-a-term -S create_nvcmdidxs.vim -c quit
-rm -f create_nvcmdidxs

# The normal command to compile a .c file to its .o file.
***************
*** 3030,3036 ****
# Update the synmenu.vim file with the latest Syntax menu.
# This is only needed when runtime/makemenu.vim was changed.
menu: ./vim ../runtime/makemenu.vim
! ./vim --clean -X --not-a-term -u ../runtime/makemenu.vim

# Start configure from scratch
scrub scratch:
--- 3030,3036 ----
# Update the synmenu.vim file with the latest Syntax menu.
# This is only needed when runtime/makemenu.vim was changed.
menu: ./vim ../runtime/makemenu.vim
! ./vim --clean -X --not-a-term -S ../runtime/makemenu.vim

# Start configure from scratch
scrub scratch:
*** ../vim-8.2.4422/src/version.c 2022-02-19 14:49:48.063417489 +0000
--- src/version.c 2022-02-19 15:59:43.954231706 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4423,
/**/

--
hundred-and-one symptoms of being an internet addict:
81. At social functions you introduce your husband as "my domain server."

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages