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
/
vis-motions.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-09
show "pattern not found: foo" on search without result
Christian Hesse
1
-3
/
+8
2025-12-09
introduce search_common...
Christian Hesse
1
-7
/
+9
2025-01-12
array: delete oneliners
Randy Palamar
1
-1
/
+1
2024-05-21
make View unopaque
Randy Palamar
1
-3
/
+3
2024-05-21
cleanup some single line get/set functions
Randy Palamar
1
-9
/
+9
2020-12-28
vis: implement multiline to/till motions
Marc André Tanner
1
-0
/
+58
2020-12-28
vis: rename to/till motion internals
Marc André Tanner
1
-26
/
+26
2020-01-26
vis: don't search off screen when highlighting matches
Georgi Kirilov
1
-1
/
+1
2018-05-17
vis: make % motion match quotes and backticks as well
Javier Olaechea
1
-1
/
+4
2018-05-16
vis: remove v and V in operator pending mode
Marc André Tanner
1
-2
/
+1
2018-04-08
Fix "parenthese" in identifiers
TwoFinger
1
-4
/
+4
2017-12-21
vis: improve `cw` behavior
Marc André Tanner
1
-6
/
+11
2017-07-10
vis: remove change list
Marc André Tanner
1
-42
/
+0
2017-07-10
vis: implement jump list in terms of marks
Marc André Tanner
1
-32
/
+0
2017-07-08
vis: cleanup marks implementation
Marc André Tanner
1
-31
/
+0
2017-07-07
vis: use marks instead of registers to store selections
Marc André Tanner
1
-4
/
+9
2017-05-06
vis: add doxygen comments
Marc André Tanner
1
-2
/
+1
2017-05-03
text: remove text_history_get function
Marc André Tanner
1
-2
/
+2
2017-04-14
vis: make certain operations interruptible with <C-c>
Marc André Tanner
1
-0
/
+2
2017-04-04
vis: add motions to move by codepoints
Marc André Tanner
1
-0
/
+8
2017-03-31
vis: add non-default actions for vi compatible n/N motions
Marc André Tanner
1
-2
/
+21
2017-03-31
vis: rename search related constants
Marc André Tanner
1
-4
/
+4
2017-03-21
vis: make `cw` and `cW` more vim compatible
Marc André Tanner
1
-2
/
+55
2017-02-25
vis: mark 0, ^, g_ and $ as idempotent
Marc André Tanner
1
-1
/
+4
2017-02-22
vis: add exact count motion flag
Marc André Tanner
1
-2
/
+4
2017-02-15
vis: remove motion and text objects related to C functions
Marc André Tanner
1
-16
/
+0
2017-02-15
text-motions: remove unused text_line_lastchar
Marc André Tanner
1
-4
/
+0
2017-01-16
vis: cleanup regex header inclusion
Marc André Tanner
1
-1
/
+0
2016-12-22
text: change datatype of Mark to uintptr_t
Marc André Tanner
1
-2
/
+2
2016-12-21
vis: implement `gh` and `gl` to move by relative byte offsets
Marc André Tanner
1
-0
/
+20
2016-12-21
vis: implement `go` to move to absolute byte position
Marc André Tanner
1
-0
/
+10
2016-11-19
vis: make gg and G move to first non-blank character of line
Marc André Tanner
1
-5
/
+15
2016-11-19
vis: reformat motion definition block to avoid overly long lines
Marc André Tanner
1
-67
/
+239
2016-09-29
vis: fix % for angle brackets
Marc André Tanner
1
-1
/
+3
2016-08-24
vis: improve dot (repeat) command implmentation
Marc André Tanner
1
-1
/
+1
2016-05-04
vis: make j and k a linewise inclusive motion
Marc André Tanner
1
-2
/
+2
2016-04-12
Add "[(" and "])" motions for jumping to a parenthese pair's start/end
Rob Pilling
1
-0
/
+2
2016-04-12
Add "[{" and "]}" motions to jump to a block's start/end
Rob Pilling
1
-0
/
+2
2016-04-09
vis: make j an inclusive motion
Marc André Tanner
1
-1
/
+1
2016-04-06
text-motion: restore old text_{line_,}find_prev behavior
Marc André Tanner
1
-8
/
+2
2016-03-30
array: allow arbitrarily sized array elements
Marc André Tanner
1
-2
/
+2
2016-03-12
vis: overhaul search related code, support "/ register
Marc André Tanner
1
-14
/
+28
2016-03-10
vis: let /^pattern match at the start of the line
Marc André Tanner
1
-1
/
+1
2016-02-18
Add infrastructure to add custom motion functions
Marc André Tanner
1
-1
/
+26
2016-02-12
Mark some tables as const
Marc André Tanner
1
-1
/
+1
2016-02-11
vis: try to make * and # motions work on more systems
Marc André Tanner
1
-2
/
+7
2016-01-28
vis: implement nn%
Marc André Tanner
1
-0
/
+8
2016-01-28
vis: clean up count handling
Marc André Tanner
1
-4
/
+4
2016-01-27
text-motion: change text_bracket_match API
Marc André Tanner
1
-1
/
+1
2016-01-27
vis: let % move to next special char if not already there
Marc André Tanner
1
-1
/
+22
[next]