To: [email protected]
Subject: patch 5.5a.12
Fcc: outbox
From: Bram Moolenaar <[email protected]>
------------

Patch 5.5a.12
Problem:    The "user_commands" feature is called "user-commands".
Solution:   Replace "user-commands" with "user_commands". (Kim Sung-bom)
           Keep "user-commands" for the has() function, to remain backwards
           compatible with 5.4.
Files:      src/eval.c, src/version.c


*** ../vim-5.5a.11/src/eval.c   Mon Sep  6 20:09:25 1999
--- src/eval.c  Mon Sep  6 20:09:02 1999
***************
*** 3054,3060 ****
       "title",
 #endif
 #ifdef USER_COMMANDS
!       "user-commands",
 #endif
 #ifdef VIMINFO
       "viminfo",
--- 3054,3061 ----
       "title",
 #endif
 #ifdef USER_COMMANDS
!       "user-commands",    /* was accidentally included in 5.4 */
!       "user_commands",
 #endif
 #ifdef VIMINFO
       "viminfo",
*** ../vim-5.5a.11/src/version.c        Mon Sep  6 20:09:25 1999
--- src/version.c       Mon Sep  6 20:01:19 1999
***************
*** 352,360 ****
       "-title",
 #endif
 #ifdef USER_COMMANDS
!       "+user-commands",
 #else
!       "-user-commands",
 #endif
 #ifdef VISUALEXTRA
       "+visualextra",
--- 352,360 ----
       "-title",
 #endif
 #ifdef USER_COMMANDS
!       "+user_commands",
 #else
!       "-user_commands",
 #endif
 #ifdef VISUALEXTRA
       "+visualextra",
***************
*** 420,420 ****
--- 420,421 ----
 {   /* Add new patch number below this line */
+     12,

--
Kisses may last for as much as, but no more than, five minutes.
               [real standing law in Iowa, United States of America]

--/-/---- Bram Moolenaar ---- [email protected] ---- [email protected] ---\-\--
 \ \    www.vim.org/iccf      www.moolenaar.net       www.vim.org    / /