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
2021-01-06
lexers/git-rebase: also highlight break command
Marc André Tanner
1
-1
/
+2
2021-01-06
lexers/strace: improve comments, field names and syscall results
Marc André Tanner
1
-6
/
+8
2020-12-30
Mention pkg-config in README
Marc André Tanner
1
-2
/
+2
2020-12-29
vis-lua: provide file.permission property
Marc André Tanner
1
-0
/
+10
2020-12-28
vis: implement multiline to/till motions
Marc André Tanner
3
-1
/
+87
2020-12-28
vis: rename to/till motion internals
Marc André Tanner
4
-58
/
+58
2020-12-27
lua: fix luacheck warnings
Marc André Tanner
3
-5
/
+6
2020-12-11
Merge branch 'fix-typos' of https://github.com/moesasji/vis
Marc André Tanner
15
-76
/
+76
2020-12-10
fix typos in comments
Moesasji
15
-76
/
+76
2020-12-10
vis: make O implementation independent of <Up> mapping
Marc André Tanner
1
-1
/
+1
2020-12-08
lexers: fix bug in bash lexer for last here-doc
Silas
1
-8
/
+8
2020-12-08
build: add git based version information back
Marc André Tanner
1
-1
/
+1
2020-12-08
Set version to 0.7
Marc André Tanner
3
-4
/
+4
2020-12-08
Add gemini lexer
Haelwenn (lanodan) Monnier
2
-0
/
+52
2020-12-08
Merge branch 'master' of https://github.com/KaneRoot/vis
Marc André Tanner
2
-0
/
+133
2020-12-06
Zig filetype entry.
Karchnu
1
-0
/
+3
2020-12-06
Adding Zig lexer.
Karchnu
1
-0
/
+130
2020-12-01
Merge branch 's-0-bash-heredoc' of https://github.com/silasdb/vis
Marc André Tanner
1
-3
/
+11
2020-11-27
Heredocs with "-" can have spaces before closing
Silas
1
-3
/
+11
2020-11-26
lexers: add meson build file lexer
Florian Fischer
2
-0
/
+164
2020-11-20
ci: avoid usage of ::add-path:: command in GitHub action
Marc André Tanner
1
-1
/
+4
2020-11-20
test: update
Marc André Tanner
1
-7
/
+6
2020-11-20
view: make view_selections_dispose_all O(n)
Mateusz Okulus
1
-2
/
+5
2020-11-20
Make SourceHut badge show status of master branch commits
Marc André Tanner
1
-1
/
+1
2020-11-19
correct a couple of typos and distinguish between immediate and waiting opera...
Greg Reagle
1
-11
/
+20
2020-11-14
vis: fix <C-c> processing after SIGINT
Marc André Tanner
1
-1
/
+2
2020-11-14
build: fix curses library/pkg-config name
Leonardo Taccari
1
-1
/
+1
2020-11-13
vis: use localtime_r(3) instead of localtime(3)
Marc André Tanner
1
-1
/
+2
2020-11-13
sam: simplify boolean expression, start < end implies end > 0
Marc André Tanner
1
-1
/
+1
2020-11-13
map: remove no longer used map_leaf function
Marc André Tanner
2
-18
/
+0
2020-11-13
Merge branch 'master' of https://github.com/ccao001/vis
Marc André Tanner
1
-1
/
+1
2020-11-13
build: use feature test macros for memrchr configure check
Marc André Tanner
1
-1
/
+1
2020-11-12
build: add -D_NETBSD_SOURCE for NetBSD
Silas
1
-0
/
+1
2020-11-12
lua: fix typo in lilypond file extension
Carla Cao
1
-1
/
+1
2020-10-30
test: update
Marc André Tanner
1
-5
/
+8
2020-10-30
text: simplify iterator_init
Marc André Tanner
1
-2
/
+1
2020-10-30
text: fix invalid pointer comparison
Marc André Tanner
1
-1
/
+1
2020-10-30
text: avoid invalid pointer arithmetic
Marc André Tanner
1
-2
/
+2
2020-10-10
test: update
Marc André Tanner
1
-9
/
+5
2020-10-10
text: move higher level utility functions to separate file
Marc André Tanner
3
-68
/
+73
2020-10-10
text: move generic iterator functionality to separate file
Marc André Tanner
3
-170
/
+178
2020-10-10
text: move I/O related code to separate file
Marc André Tanner
4
-562
/
+587
2020-10-10
build: list source files on separate lines
Marc André Tanner
1
-4
/
+22
2020-10-10
text: provide public text_iterator_init
Marc André Tanner
2
-2
/
+7
2020-10-10
text: rename internal text_iterator_init
Marc André Tanner
1
-4
/
+4
2020-10-10
text: mark return value of text_iterator_text as const
Marc André Tanner
2
-5
/
+5
2020-10-10
text: make text_snapshot return whether it succeeded
Marc André Tanner
2
-2
/
+3
2020-10-10
array: mark array_peek argument as const
Marc André Tanner
2
-2
/
+2
2020-10-10
array: mark array_capacity argument as const
Marc André Tanner
2
-2
/
+2
2020-10-10
array: mark array_init_from argument as const
Marc André Tanner
2
-2
/
+2
[next]