Skip to content

Commit

Permalink
runtime(doc): missing code formatting in if_pyth.txt
Browse files Browse the repository at this point in the history
fixes: #13418

Signed-off-by: Christian Brabandt <cb@256bit.org>
  • Loading branch information
chrisbra committed Oct 25, 2023
1 parent c4a4038 commit a56f02d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/doc/if_pyth.txt
@@ -1,4 +1,4 @@
*if_pyth.txt* For Vim version 9.0. Last change: 2022 Feb 22
*if_pyth.txt* For Vim version 9.0. Last change: 2023 Oct 25


VIM REFERENCE MANUAL by Paul Moore
Expand Down Expand Up @@ -524,7 +524,7 @@ The range object methods are:

Range object type is available using "Range" attribute of vim module.

Example (assume r is the current range):
Example (assume r is the current range): >
# Send all lines in a range to the default printer
vim.command("%d,%dhardcopy!" % (r.start+1,r.end+1))
Expand Down

0 comments on commit a56f02d

Please sign in to comment.