Patch 8.1.1865
Problem:    Spellrare and spellrepall in the wrong order.
Solution:   Put spellrare below spellrepall. (closes #4820)
Files:      runtime/doc/spell.txt, src/ex_cmds.h


*** ../vim-8.1.1864/runtime/doc/spell.txt       2019-08-11 22:50:53.824345991 
+0200
--- runtime/doc/spell.txt       2019-08-16 22:37:00.651517303 +0200
***************
*** 121,127 ****
  :spellw[rong]! {word} Add {word} as a wrong (bad) word to the internal word
                        list, like with |zW|.
  
!                                                       *:spellr* *:spellrare*
  :[count]spellr[are] {word}
                        Add {word} as a rare word to 'spellfile', similar to
                        |zw|.  Without count the first name is used, with
--- 121,127 ----
  :spellw[rong]! {word} Add {word} as a wrong (bad) word to the internal word
                        list, like with |zW|.
  
!                                                       *:spellra* *:spellrare*
  :[count]spellr[are] {word}
                        Add {word} as a rare word to 'spellfile', similar to
                        |zw|.  Without count the first name is used, with
*** ../vim-8.1.1864/src/ex_cmds.h       2019-08-11 22:50:53.824345991 +0200
--- src/ex_cmds.h       2019-08-16 22:36:39.711622605 +0200
***************
*** 1378,1386 ****
  EXCMD(CMD_spellgood,  "spellgood",    ex_spell,
        EX_BANG|EX_RANGE|EX_NEEDARG|EX_EXTRA|EX_TRLBAR,
        ADDR_OTHER),
- EXCMD(CMD_spellrare,  "spellrare",    ex_spell,
-       EX_BANG|EX_RANGE|EX_NEEDARG|EX_EXTRA|EX_TRLBAR,
-       ADDR_OTHER),
  EXCMD(CMD_spelldump,  "spelldump",    ex_spelldump,
        EX_BANG|EX_TRLBAR,
        ADDR_NONE),
--- 1378,1383 ----
***************
*** 1390,1395 ****
--- 1387,1395 ----
  EXCMD(CMD_spellrepall,        "spellrepall",  ex_spellrepall,
        EX_TRLBAR,
        ADDR_NONE),
+ EXCMD(CMD_spellrare,  "spellrare",    ex_spell,
+       EX_BANG|EX_RANGE|EX_NEEDARG|EX_EXTRA|EX_TRLBAR,
+       ADDR_OTHER),
  EXCMD(CMD_spellundo,  "spellundo",    ex_spell,
        EX_BANG|EX_RANGE|EX_NEEDARG|EX_EXTRA|EX_TRLBAR,
        ADDR_OTHER),
*** ../vim-8.1.1864/src/version.c       2019-08-16 22:29:15.013875085 +0200
--- src/version.c       2019-08-16 22:41:27.142180229 +0200
***************
*** 771,772 ****
--- 771,774 ----
  {   /* Add new patch number below this line */
+ /**/
+     1865,
  /**/

-- 
"Thou shalt not follow the Null Pointer, for at its end Chaos and
Madness lie."

 /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/201908162042.x7GKgaJt005693%40masaka.moolenaar.net.

Raspunde prin e-mail lui