diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-21 20:36:22 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-21 20:36:22 +0200 |
commit | 60aad974be620cfd3e4f76e3cd29a968289bd4f7 (patch) | |
tree | d02bd037e4c7a63ae4f9c95226881cb151cd0f4b /runtime/doc/index.txt | |
parent | ce69e82711b0f965a6a40aae955749bf4ac363b7 (diff) | |
download | vim-git-60aad974be620cfd3e4f76e3cd29a968289bd4f7.tar.gz |
Small docs fixes.
Diffstat (limited to 'runtime/doc/index.txt')
-rw-r--r-- | runtime/doc/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt index c82605c47..c198dc7e1 100644 --- a/runtime/doc/index.txt +++ b/runtime/doc/index.txt @@ -1384,7 +1384,7 @@ The commands are sorted on the non-optional part of their name. |:pwd| :pw[d] print current directory |:py3| :py3 execute Python 3 command |:python3| :python3 same as :py3 -|:py3yfile| :py3f[ile] execute Python 3 script file +|:py3file| :py3f[ile] execute Python 3 script file |:python| :py[thon] execute Python command |:pyfile| :pyf[ile] execute Python script file |:quit| :q[uit] quit current window (when one window quit Vim) |