diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-01-30 14:18:00 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-01-30 14:18:00 +0100 |
commit | a3e6bc93d1a76e0619c27e462b75d8f94969f47d (patch) | |
tree | a6b2e21437e673d0cf850343defb8562990a3a8f /runtime/doc/if_pyth.txt | |
parent | 52f85b730e379c4519b4a9ef1f008417150713f7 (diff) | |
download | vim-git-a3e6bc93d1a76e0619c27e462b75d8f94969f47d.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/if_pyth.txt')
-rw-r--r-- | runtime/doc/if_pyth.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/if_pyth.txt b/runtime/doc/if_pyth.txt index ec7d2396e..23b6b38ab 100644 --- a/runtime/doc/if_pyth.txt +++ b/runtime/doc/if_pyth.txt @@ -1,4 +1,4 @@ -*if_pyth.txt* For Vim version 7.3. Last change: 2012 Sep 23 +*if_pyth.txt* For Vim version 7.3. Last change: 2013 Jan 30 VIM REFERENCE MANUAL by Paul Moore @@ -54,8 +54,8 @@ Example: > EOF endfunction < -Note: Python is very sensitive to the indenting. Also make sure the "class" -line and "EOF" do not have any indent. +Note: Python is very sensitive to the indenting. Make sure the "class" line +and "EOF" do not have any indent. *:pyfile* *:pyf* :[range]pyf[ile] {file} |