commit | 55d5c0348c3afbfb9233487362e46dc633cd94fb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 17 23:52:29 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 17 23:52:29 2010 +0200 |
tree | 0cfa34c3c753e2357e4c481be8f86349cf43e393 | |
parent | bd5e15fd5c7e42505d6b0e20f4198d24fc7e219d [diff] [blame] |
Whitespace cleanup.
diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 590f36b..8da3a71 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c
@@ -2821,8 +2821,8 @@ { while (ASCII_ISALPHA(*p)) ++p; - /* for python 3.x support (:py3, :python3) */ - if (eap->cmd[0] == 'p' && eap->cmd[1] == 'y') + /* for python 3.x support (:py3, :python3) */ + if (eap->cmd[0] == 'p' && eap->cmd[1] == 'y') p = skipdigits(p); /* check for non-alpha command */