Skip to content

Commit ab01ea5

Browse files
committed
Minor change {stopline} arg of searchpairpos call
Use number (0) instead of empty string (''), same effect but clearer.
1 parent cb90c94 commit ab01ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/cycle/callback/sub_tag.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function! cycle#callback#sub_tag#sub(params) "{{{
1919
\ . (in_closing_tag ? '\zs' : '') . ic_flag,
2020
\ 'nW' . (in_closing_tag ? 'b' : ''),
2121
\ '',
22-
\ '',
22+
\ 0,
2323
\ timeout,
2424
\ )
2525

0 commit comments

Comments
 (0)