commit | a4baf5b32519855bb176a7aa0e9397c137ca890a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 22 13:27:44 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 22 13:27:44 2018 +0200 |
tree | e72b38710ff3986b37f2adbcfd520ae060ab0d7a | |
parent | ebe74b73677b06db7d483987a863b41cee051cc0 [diff] [blame] |
patch 8.0.1748: CmdlineEnter command uses backslash instead of slash Problem: CmdlineEnter command uses backslash instead of slash. Solution: Don't treat the character as a file name. (closes #2837)
diff --git a/src/version.c b/src/version.c index a18394a..28a053a 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1748, +/**/ 1747, /**/ 1746,