mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
5b8bdca564
commit
9264f4cbbb
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user