index
:
vis.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
text.c
Age
Commit message (
Expand
)
Author
2015-06-28
Fix copy/paste error in text_restore
Marc André Tanner
2015-06-28
Replace a->time with a->seq in history_traverse_to
Ryan Chipman
2015-06-28
Add seq field to Action struct
Ryan Chipman
2015-06-27
Make :earlier and :later accept arguments similar to vim
Marc André Tanner
2015-06-27
Mark internal undo tree functions as static
Marc André Tanner
2015-06-27
Core undo tree changes
Ryan Chipman
2015-06-24
fixed some typos in comments
Ryan Chipman
2015-04-22
Cleanup line ending type detection and insertion
Marc André Tanner
2015-04-05
Introduce new struct VisText
Marc André Tanner
2015-02-03
Fix :nnn where nnn > maximal number of lines
Marc André Tanner
2015-01-18
Do not leak memory in repeated text_filename_set calls
Marc André Tanner
2015-01-16
Print debug output to stdout
Marc André Tanner
2015-01-16
Avoid possible double close when saving
Marc André Tanner
2015-01-11
More useful error message when opening non regular files
Marc André Tanner
2015-01-06
Rudimentary change list (accessible via g; and g,)
Marc André Tanner
2015-01-03
Fix size_t specifiers in format strings
Matthias Braun
2015-01-02
Rip out insertion repeating infrastructure
Marc André Tanner
2015-01-01
Introduce externally managed marks
Marc André Tanner
2015-01-01
Rename mark related functions
Marc André Tanner
2014-10-25
Treat file read from stdin as unmodified
Marc André Tanner
2014-10-25
Introduce text_range_size
Marc André Tanner
2014-10-25
Support partial writes
Marc André Tanner
2014-10-25
Support partial saves
Marc André Tanner
2014-10-25
Change return type of text_save
Marc André Tanner
2014-10-24
Do not crash when given an invalid search pattern
Marc André Tanner
2014-10-23
Move feature test macros to config.mk
Marc André Tanner
2014-10-19
Preserve file permissions when saving
Stephen Paul Weber
2014-10-17
Make editor usable as a filter: echo foo | vis - | cat
Marc André Tanner
2014-10-17
Read stdin when given - as filename
Marc André Tanner
2014-09-28
More helpful error when trying to open a non file
Marc André Tanner
2014-09-28
Make '.' repeat last insertion
Marc André Tanner
2014-09-28
Fix typo in piece table caching layer
Marc André Tanner
2014-09-28
Improve argument validation in text_insert
Marc André Tanner
2014-09-22
Add support for the '<', '>' marks
Marc André Tanner
2014-09-19
This fixes warning with latest glibc (>= 2.19.90), which deprecated _BSD_SOURCE
Christian Hesse
2014-09-19
Remove some TODO items
Marc André Tanner
2014-09-19
Support files with Windows style newlines \r\n
Marc André Tanner
2014-09-19
Windows style newlines are actually \r\n not \n\r
Marc André Tanner
2014-09-16
Fix editing of files with length 0
Gregor Best
2014-09-14
Fix save to absolute paths
Marc André Tanner
2014-09-14
Make byte based iterator API handle the whole range [0, size]
Marc André Tanner
2014-09-14
Use EPOS where appropriate
Marc André Tanner
2014-09-14
All *_free(...) functions should accept a NULL argument
Marc André Tanner
2014-09-14
Fix clang static analyzer warnings
Marc André Tanner
2014-09-13
Introduce some helper functions dealing with Filerange
Marc André Tanner
2014-09-13
Rename text_insert_raw to text_insert
Marc André Tanner
2014-09-13
Introduce and use EPOS instead of (size_t)-1
Marc André Tanner
2014-09-12
Make sure that the state is consistent after an undo operation
Marc André Tanner
2014-09-12
Remove outdated comments
Marc André Tanner
2014-09-12
Introduce text_filename_set
Marc André Tanner
[next]