Mark 'execute()' patches applied

vim-patch:7.4.1996

Problem:    Capturing the output of a command takes a few commands.
Solution:   Add evalcmd().

1e5e1231ac

vim-patch:7.4.1999

Problem:    evalcmd() doesn't work recursively.
Solution:   Use redir_evalcmd instead of redir_vname.

bc5d6dd1dd

vim-patch:7.4.2000

Problem:    Evalcmd test fails.
Solution:   Add missing piece.

245a7cb6d3

vim-patch:7.4.2005

Problem:    After using evalcmd() message output is in the wrong position.
            (Christian Brabandt)
Solution:   Reset msg_col.

ee1deb4a00
This commit is contained in:
James McCoy 2017-01-02 07:05:59 -05:00
parent 5b8bdca564
commit 9264f4cbbb
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB

View File

@ -435,16 +435,16 @@ static int included_patches[] = {
// 2008,
2007,
// 2006,
// 2005,
2005,
// 2004 NA
// 2003 NA
// 2002,
// 2001 NA
// 2000,
// 1999,
2000,
1999,
// 1998 NA
1997,
// 1996,
1996,
// 1995 NA
// 1994,
// 1993,