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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-02
vis: add motions [[, [], ][, ]]
Marc André Tanner
1
-0
/
+8
2015-07-28
text-motion: introduce text_line_char_{get,set}
Marc André Tanner
1
-0
/
+4
2015-07-28
text-motion: add functions to iterate over lines of a range
Marc André Tanner
1
-0
/
+5
2015-07-24
text-motion: introduce text_line_{up,down}
Marc André Tanner
1
-0
/
+3
2015-07-19
text: move regex related functions to separate file
Marc André Tanner
1
-0
/
+1
2015-07-03
Add movements to next/previous character within same line
Marc André Tanner
1
-0
/
+3
2015-04-21
Clean up to/till movements
Marc André Tanner
1
-2
/
+2
2015-04-10
Highlight matching cursor symbol
Marc André Tanner
1
-0
/
+2
2015-01-13
Add new logical linewise movements
Marc André Tanner
1
-0
/
+1
2014-09-27
Add text objects for word (lowercase) variant
Marc André Tanner
1
-0
/
+3
2014-09-25
Add infrastructure for word (lowercase) motions
Marc André Tanner
1
-9
/
+10
2014-09-25
Perform some renames in preparation for different word types
Marc André Tanner
1
-4
/
+4
2014-09-25
Introduce text_line_lastchar
Marc André Tanner
1
-4
/
+5
2014-09-25
Revert "Change semantics of text_line_end"
Marc André Tanner
1
-2
/
+2
2014-09-24
Change semantics of text_line_end
Marc André Tanner
1
-2
/
+2
2014-09-19
Windows style newlines are actually \r\n not \n\r
Marc André Tanner
1
-1
/
+1
2014-09-10
text-motions: add text_line_prev function
Marc André Tanner
1
-2
/
+3
2014-09-10
text-motions: fix no match case of text_find_char_{next,prev}
Marc André Tanner
1
-1
/
+2
2014-09-10
Add comments where appropriate
Marc André Tanner
1
-5
/
+14
2014-09-09
Remove trailing whitespaces (sed 's/[ \t]*$//')
Marc André Tanner
1
-3
/
+3
2014-09-08
Hook up search as a movement
Marc André Tanner
1
-0
/
+3
2014-09-05
Add helper function which finds the start of the next line
Marc André Tanner
1
-2
/
+3
2014-08-30
Add trivial text motions to start and end of file
Marc André Tanner
1
-0
/
+3
2014-08-28
motion: add character wise motion
Marc André Tanner
1
-0
/
+3
2014-08-28
Improve text motions
Marc André Tanner
1
-5
/
+8
2014-08-25
Move motion related stuff into own file
Marc André Tanner
1
-0
/
+58