index
:
vis
FreeBSD-single
lua_changes
master
old
a neat vi-like editor
Mitchell Riedstra
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
text-motions.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-10
text-motions: add text_line_prev function
Marc André Tanner
1
-0
/
+14
2014-09-10
text-motions: fix no match case of text_find_char_{next,prev}
Marc André Tanner
1
-4
/
+9
2014-09-10
Add license header
Marc André Tanner
1
-0
/
+15
2014-09-10
Add comments where appropriate
Marc André Tanner
1
-1
/
+1
2014-09-09
Remove trailing whitespaces (sed 's/[ \t]*$//')
Marc André Tanner
1
-1
/
+1
2014-09-08
Hook up search as a movement
Marc André Tanner
1
-0
/
+30
2014-09-05
Add helper function which finds the start of the next line
Marc André Tanner
1
-0
/
+10
2014-09-04
text-motion: fix find_char_prev
Marc André Tanner
1
-1
/
+1
2014-08-30
Add trivial text motions to start and end of file
Marc André Tanner
1
-0
/
+8
2014-08-30
Add support for backticks to movement and text object
Marc André Tanner
1
-0
/
+1
2014-08-28
motion: improve matching of single and double quotes
Marc André Tanner
1
-14
/
+22
2014-08-28
motion: fix movement to previous word end when right before
Marc André Tanner
1
-2
/
+3
2014-08-28
motion: add character wise motion
Marc André Tanner
1
-0
/
+12
2014-08-28
Improve text motions
Marc André Tanner
1
-7
/
+37
2014-08-25
Move motion related stuff into own file
Marc André Tanner
1
-0
/
+228