Skip to content

Commit 31b273e

Browse files
committed
Merge remote-tracking branch 'vim/master'
2 parents 0702677 + ebdd90a commit 31b273e

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

src/ex_cmds.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -730,12 +730,12 @@ EX(CMD_laddfile, "laddfile", ex_cfile,
730730
EX(CMD_later, "later", ex_later,
731731
TRLBAR|EXTRA|NOSPC|CMDWIN,
732732
ADDR_LINES),
733-
EX(CMD_lbottom, "lbottom", ex_cbottom,
734-
TRLBAR,
735-
ADDR_LINES),
736733
EX(CMD_lbuffer, "lbuffer", ex_cbuffer,
737734
BANG|RANGE|NOTADR|WORD1|TRLBAR,
738735
ADDR_LINES),
736+
EX(CMD_lbottom, "lbottom", ex_cbottom,
737+
TRLBAR,
738+
ADDR_LINES),
739739
EX(CMD_lcd, "lcd", ex_cd,
740740
BANG|FILE1|TRLBAR|CMDWIN,
741741
ADDR_LINES),

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,8 @@ static char *(features[]) =
779779

780780
static int included_patches[] =
781781
{ /* Add new patch number below this line */
782+
/**/
783+
6,
782784
/**/
783785
5,
784786
/**/

0 commit comments

Comments
 (0)