Skip to content

Commit a49de3c

Browse files
lieryanjonathanslenders
authored andcommitted
Add documentation
1 parent 9bdd3c6 commit a49de3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyvim/commands/commands.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,7 @@ def set_scroll_offset(editor, value):
710710

711711

712712
def substitute(editor, range_start, range_end, search, replace, flags):
713+
""" Substitute /search/ with /replace/ over a range of text """
713714
def get_line_index_iterator(cursor_position_row, range_start, range_end):
714715
if not range_start:
715716
range_start = range_end = cursor_position_row

0 commit comments

Comments
 (0)