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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-04
main: initialize signal handling before other parts of the editor
Florian Fischer
1
-19
/
+23
2025-12-31
vis-single: fix implicit declaration of 'mkdtemp' and 'setenv'
zdiff
1
-0
/
+1
2025-12-30
lua: filetype: fix collision for lexers that target text files
Jason Lenz
1
-10
/
+3
2025-12-23
Add missing janet and todo.txt lexers to filetype.lua
~engenforge
1
-0
/
+6
2025-12-22
text: remove text-internal.h
Randy Palamar
3
-89
/
+79
2025-12-22
text: make text_snapshot return void
Randy Palamar
2
-3
/
+2
2025-12-22
silence new gcc warnings
Randy Palamar
3
-4
/
+8
2025-12-22
move all standard library includes into util.h
Randy Palamar
45
-216
/
+52
2025-12-16
make vis a single file build
Randy Palamar
11
-152
/
+95
2025-12-16
delete functions which were exposed as unused
Randy Palamar
12
-159
/
+3
2025-12-16
mark all functions in headers with VIS_EXPORT or VIS_INTERNAL
Randy Palamar
28
-458
/
+480
2025-12-16
main: make vis instance into a global
Randy Palamar
3
-23
/
+26
2025-12-16
clean up remaining struct and function name collisions
Randy Palamar
5
-41
/
+41
2025-12-16
main: replace key action enum, prototype, and table with single X-macro list
Randy Palamar
2
-1276
/
+347
2025-12-16
text-iterator: fix one byte over-read in codepoint iterator
Randy Palamar
1
-8
/
+8
2025-12-14
Use STYLE_WHITESPACE for spaces, newlines, and tabs
Laurence de Bruxelles
4
-5
/
+21
2025-12-09
vis-lua: add file:snapshot method
Randy Palamar
1
-0
/
+12
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-12-08
map: stop setting errno on error
Randy Palamar
3
-32
/
+15
2025-12-08
util: replace memrchr with internal version
Randy Palamar
6
-46
/
+19
2025-12-06
build: update alpine in docker build to version 3.23
Christian Hesse
1
-1
/
+1
2025-12-05
vis-lua: complete_command: utilize map_prefix() instead of grep
Randy Palamar
3
-9
/
+9
2025-12-02
doc/Makefile: add an empty clean target...
Christian Hesse
1
-1
/
+4
2025-12-02
test: add gdb debugging support to lua tests
Matěj Cepl
1
-8
/
+36
2025-11-29
cmd_write: show error message for non-existing path components
Florian Fischer
1
-1
/
+3
2025-11-29
Clarify testing infrastructure for vis editor
Jorge Gomez
1
-2
/
+1
2025-11-28
Add command completion with tab key
Max Schillinger
4
-4
/
+67
2025-11-28
build: make clean also documentaiton
Matěj Cepl
1
-0
/
+1
2025-11-28
filetype: detect additional shell files
unrealapex
1
-1
/
+1
2025-11-28
docs: remove $ from environment variable name
unrealapex
1
-1
/
+1
2025-11-28
lua/lexers: synchronization with new release scintillua_6.6
mitchell
21
-63
/
+316
2025-11-27
ui: add missing includes for printfs
sewn
1
-0
/
+2
2025-11-24
text-util: convert trivial functions to macros
Randy Palamar
2
-15
/
+3
2025-11-24
text: remove a bunch of unused save functions
Randy Palamar
7
-68
/
+26
2025-11-24
text-io: make TextSave visible
Randy Palamar
4
-72
/
+53
2025-11-24
text-io: do not free the temporary file name before unlinking the file
Florian Fischer
1
-2
/
+0
2025-11-12
Fixed typo
Stefan
1
-1
/
+1
2025-08-19
Fixes waycopy hanging due to unclosed stderr fd
runitclean
1
-2
/
+2
2025-06-13
doc: source_suffix should be a map, not a list
Matěj Cepl
1
-1
/
+1
2025-06-13
lua/lexers: update to scintillua 6.5
Matěj Cepl
7
-532
/
+720
2025-06-13
doc: fix Markdown in CHANGELOG.md
Matěj Cepl
1
-2
/
+2
2025-06-13
doc: fix Doxygen comments for vis-subprocess.c
Matěj Cepl
1
-1
/
+5
2025-06-13
doc: fix Doxygen comments for view.h
Matěj Cepl
1
-18
/
+23
2025-06-13
doc: fix Doxygen comments for text.h
Matěj Cepl
1
-24
/
+31
2025-06-13
doc: fix Doxygen comments for vis.h
Matěj Cepl
1
-201
/
+634
2025-06-13
doc: fix Doxygen comments for map.h
Matěj Cepl
1
-23
/
+53
2025-06-13
doc: change default_role to 'c:any'
Matěj Cepl
1
-1
/
+1
2025-06-13
use <vis-prompt-show> instead of ':'
Alvaro Sanchez
1
-11
/
+11
2025-06-02
build: update alpine in docker build to version 3.22
Christian Hesse
1
-1
/
+1
[next]