diff options
| author | TwoFinger <Two-Finger@users.noreply.github.com> | 2018-03-30 04:52:10 +0300 |
|---|---|---|
| committer | TwoFinger <Two-Finger@users.noreply.github.com> | 2018-04-08 21:20:03 +0300 |
| commit | 0aea8e6e0aca678e3ea50b5a01d1e4e628f7fcad (patch) | |
| tree | 350e18fece8db3a78bf417b057f8aabedb58f47f /text-motions.h | |
| parent | 36b573ad416f18e14f85d69cd5acf431b33fd48a (diff) | |
| download | vis-0aea8e6e0aca678e3ea50b5a01d1e4e628f7fcad.tar.gz vis-0aea8e6e0aca678e3ea50b5a01d1e4e628f7fcad.tar.xz | |
Fix "parenthese" in identifiers
Diffstat (limited to 'text-motions.h')
| -rw-r--r-- | text-motions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/text-motions.h b/text-motions.h index a51fd08..061ff30 100644 --- a/text-motions.h +++ b/text-motions.h @@ -114,8 +114,8 @@ size_t text_section_prev(Text*, size_t pos); */ size_t text_block_start(Text*, size_t pos); size_t text_block_end(Text*, size_t pos); -size_t text_parenthese_start(Text*, size_t pos); -size_t text_parenthese_end(Text*, size_t pos); +size_t text_parenthesis_start(Text*, size_t pos); +size_t text_parenthesis_end(Text*, size_t pos); /* search coresponding '(', ')', '{', '}', '[', ']', '>', '<', '"', ''' */ size_t text_bracket_match(Text*, size_t pos); /* same as above but explicitly specify symbols to match */ |
