aboutsummaryrefslogtreecommitdiff
path: root/text-motions.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2014-09-19 12:53:18 +0200
committerMarc André Tanner <mat@brain-dump.org>2014-09-19 12:53:18 +0200
commitffa12d93c7efc516ead1dfc798f9afc0d3ec1aa1 (patch)
tree574635d1ed446def3fc894379eef036494f42964 /text-motions.h
parentf212b9d4952c87052e23b5161195917410b7c911 (diff)
downloadvis-ffa12d93c7efc516ead1dfc798f9afc0d3ec1aa1.tar.gz
vis-ffa12d93c7efc516ead1dfc798f9afc0d3ec1aa1.tar.xz
Windows style newlines are actually \r\n not \n\r
This is fiddely stuff, hopefully it doesn't break too much
Diffstat (limited to 'text-motions.h')
-rw-r--r--text-motions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/text-motions.h b/text-motions.h
index dc9b66a..18457a5 100644
--- a/text-motions.h
+++ b/text-motions.h
@@ -23,7 +23,7 @@ size_t text_find_char_prev(Text*, size_t pos, const char *s, size_t len);
/* begin finish next
* v v v
- * \n[\r] I am a line! \n[\r]
+ * [\r]\n I am a line! [\r]\n
* ^ ^ ^
* prev start end
*/