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-objects.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-22
move all standard library includes into util.h
Randy Palamar
1
-4
/
+0
2020-10-10
text: add text_object_find_next/prev
Evan Gates
1
-0
/
+14
2020-08-31
text: improve and simplify inner word text object
Marc André Tanner
1
-21
/
+14
2020-08-29
text: make inner text objects work on single delimiting symbols
Marc André Tanner
1
-4
/
+10
2020-08-01
vis: remove ie inner entire text object
Marc André Tanner
1
-13
/
+0
2020-01-26
vis: don't search off screen when highlighting matches
Georgi Kirilov
1
-1
/
+1
2018-03-05
Fix a typo in identifiers
TwoFinger
1
-1
/
+1
2018-02-28
vis: improve handling of linewise ranges in change operator
Marc André Tanner
1
-1
/
+1
2018-02-27
vis: implement normal/outer paragraph text object
Marc André Tanner
1
-0
/
+6
2018-02-27
text-object: implement more precise paragraph text object
Marc André Tanner
1
-2
/
+31
2017-04-09
text: drop special handling of \r\n line endings
Marc André Tanner
1
-5
/
+5
2017-04-08
text: simplify \r\n handling
Marc André Tanner
1
-6
/
+6
2017-03-05
text-object: remove C implementation of file name text object
Marc André Tanner
1
-27
/
+0
2017-02-23
text-object: remove text_object_number
Marc André Tanner
1
-23
/
+0
2017-02-15
vis: remove motion and text objects related to C functions
Marc André Tanner
1
-31
/
+0
2017-01-16
vis: fix single letter word text objects at start of file
Marc André Tanner
1
-2
/
+2
2016-12-23
text-objects: explicitly ignore return value of strtoll(3)
Marc André Tanner
1
-1
/
+1
2016-08-07
text-object: add ` as a delimiter for file name text objects
Marc André Tanner
1
-1
/
+1
2016-04-11
text-motions: fix misspelled function name "is_word_boundry"
Steven Noonan
1
-2
/
+2
2016-04-06
text-object: fixup last commit, add accidentally missed hunk
Marc André Tanner
1
-0
/
+1
2016-04-06
vis: make af and if text objects more robust
Marc André Tanner
1
-10
/
+21
2016-03-23
Remove identically replicated copyright comments from source files
Marc André Tanner
1
-15
/
+0
2016-02-15
Add text object to cover lines with same indentation level
Marc André Tanner
1
-0
/
+56
2016-02-12
text-object: simplify text_object_range implementation
Marc André Tanner
1
-6
/
+5
2016-02-11
vis: implement gn and gN text objects
Marc André Tanner
1
-0
/
+20
2016-02-07
text-object: introduce text_object_filename
Marc André Tanner
1
-0
/
+15
2016-02-07
text-object: introduce text_object_number
Marc André Tanner
1
-0
/
+25
2016-02-03
text-object: add utility function for abitrarily delimited text objects
Marc André Tanner
1
-0
/
+13
2016-02-03
text-object: hide ugly casts for isboundary behind a #define
Marc André Tanner
1
-29
/
+29
2016-02-03
text-object: hide ugly casts for isspace behind a #define
Marc André Tanner
1
-4
/
+5
2016-02-03
text-object: merge word/WORD implementations
Marc André Tanner
1
-89
/
+37
2016-02-03
text-object: fix bugs in outer word `aw` implementation
Marc André Tanner
1
-2
/
+2
2015-11-23
Cast argument to ctype.h is* functions to unsigned char
Marc André Tanner
1
-10
/
+10
2015-11-19
vis: fix <C-n> in visual mode for partial matches
Marc André Tanner
1
-1
/
+1
2015-11-08
Update year numbers in Copyright clause
Marc André Tanner
1
-1
/
+1
2015-08-06
vis: implement al and il text objects
Marc André Tanner
1
-0
/
+17
2015-08-02
vis: add text objects `af` and `if`
Marc André Tanner
1
-0
/
+19
2015-08-01
vis: support `ae` and `ie` text objects
Marc André Tanner
1
-0
/
+17
2015-07-28
text-object: introduce utility function text_range_is_linewise
Marc André Tanner
1
-0
/
+6
2015-07-28
text: move utility functions to separate file
Marc André Tanner
1
-0
/
+1
2015-07-26
text-object: add new functions to search for words
Marc André Tanner
1
-0
/
+31
2015-07-23
text-object: add text_range_linewise
Marc André Tanner
1
-0
/
+8
2014-12-23
Distinct between inner and outer word text objects
Marc André Tanner
1
-6
/
+78
2014-09-27
Add text objects for word (lowercase) variant
Marc André Tanner
1
-15
/
+25
2014-09-25
Perform some renames in preparation for different word types
Marc André Tanner
1
-13
/
+13
2014-09-25
Add text_object_word_raw which does not include any whitespaces
Marc André Tanner
1
-0
/
+32
2014-09-17
Simplify text_object_line implementation
Marc André Tanner
1
-7
/
+1
2014-09-13
Introduce some helper functions dealing with Filerange
Marc André Tanner
1
-10
/
+5
2014-09-10
Add license header
Marc André Tanner
1
-0
/
+15
2014-09-03
Introduce a logical line as text-object
Marc André Tanner
1
-0
/
+13
[next]