diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-04-12 10:00:47 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-04-12 10:00:47 +0200 |
| commit | 3939baaac101cea08c711638dfd537f4a039d0ae (patch) | |
| tree | 93b2a73faae588cbe4f2fdda38e20c99ce94d71e /text-motions.h | |
| parent | f58a3d82fca1a3fb44d43f2ffba68b4445947c02 (diff) | |
| parent | 4b4529f3cb885ad6427b0c5173c4054b844c6202 (diff) | |
| download | vis-3939baaac101cea08c711638dfd537f4a039d0ae.tar.gz vis-3939baaac101cea08c711638dfd537f4a039d0ae.tar.xz | |
Merge branch 'fixups' of https://github.com/tycho/vis
Diffstat (limited to 'text-motions.h')
| -rw-r--r-- | text-motions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/text-motions.h b/text-motions.h index dfe3acc..e601073 100644 --- a/text-motions.h +++ b/text-motions.h @@ -123,6 +123,6 @@ size_t text_search_forward(Text *txt, size_t pos, Regex *regex); size_t text_search_backward(Text *txt, size_t pos, Regex *regex); /* is c a special symbol delimiting a word? */ -int is_word_boundry(int c); +int is_word_boundary(int c); #endif |
