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
2020-07-26
test/vis: remove z> tests
Marc André Tanner
3
-25
/
+0
2020-07-26
test/vis: remove z< tests
Marc André Tanner
3
-25
/
+0
2020-07-26
test/vis: remove z- tests
Marc André Tanner
3
-25
/
+0
2020-07-26
test/vis: remove z+ tests
Marc André Tanner
3
-25
/
+0
2020-07-26
test/vis: remove pairwise selection intersection
Marc André Tanner
3
-25
/
+0
2020-07-26
test/vis: remove pairwise selection union z|
Marc André Tanner
3
-25
/
+0
2020-07-26
test/vis: use ~ instead of ! to complement selection
Marc André Tanner
2
-2
/
+2
2020-07-26
test/vim: use g~ instead of ~ to swap case
Marc André Tanner
1
-1
/
+1
2020-07-26
test/fuzz: add @ dump command to print data structure
Marc André Tanner
1
-0
/
+8
2020-07-26
test/fuzz: add % command to print data structure memory information
Marc André Tanner
1
-0
/
+12
2020-07-25
Add basic text benchmarking infrastructure
Marc André Tanner
1
-0
/
+128
2020-07-12
test/sam: set LANG=en_US.UTF-8
Marc André Tanner
1
-0
/
+2
2020-07-11
test: move failing sam tests to vis
Marc André Tanner
8
-2
/
+2
2020-07-11
test/core: let make clean remove generated files
Marc André Tanner
1
-0
/
+1
2020-05-30
test/fuzz: simplify Makefile
Marc André Tanner
1
-2
/
+4
2020-05-14
test/fuzz: add libfuzzer target for text data structure
Marc André Tanner
5
-6
/
+37
2020-05-14
test/fuzz: fix compilation by adapting to newer API
Marc André Tanner
1
-2
/
+2
2020-05-14
test/fuzz: add missing CFLAGS
Marc André Tanner
1
-2
/
+2
2020-05-13
test/vim: remove test which fails on macOS
Marc André Tanner
3
-15
/
+0
2020-05-13
test/core: add basic save/load tests involving links
Marc André Tanner
1
-0
/
+22
2020-05-13
test/core: add basic save/load sanity tests
Marc André Tanner
1
-5
/
+46
2020-05-13
test/core: remove unused variable
Marc André Tanner
1
-1
/
+0
2020-05-13
test/core: instruct memory sanitizer to track memory origin
Marc André Tanner
1
-1
/
+1
2020-05-13
test/core: fix memory leak in array test
Marc André Tanner
1
-0
/
+1
2020-05-13
test/core: update ccan tap module
Marc André Tanner
1
-2
/
+2
2020-05-11
test/core: fix compilation with gcc 10
Marc André Tanner
2
-1
/
+3
2020-02-25
Revert "test/vis: use C.UTF-8 locale"
Marc André Tanner
1
-1
/
+1
2020-02-22
test/vim: add info about skipped tests
Marc André Tanner
1
-0
/
+1
2020-02-22
test/util: fix compilation with old libtermkey versions
Marc André Tanner
1
-2
/
+1
2020-02-22
Merge branch 'vis-interop-tests' of https://github.com/x1ddos/vis-test
Marc André Tanner
8
-0
/
+20
2020-02-21
test/vis: add a couple lua-vis interop tests
alex
8
-0
/
+20
2020-02-21
vis: allow tests to have an optional lua script
alex
1
-0
/
+9
2020-02-17
test/core: avoid compiler warning about zero length format string
Marc André Tanner
1
-2
/
+2
2020-02-13
test/util: list all enum values to fix compiler warning
Marc André Tanner
1
-5
/
+8
2020-02-13
test/sam: add test for anchor behavior involving new lines
Marc André Tanner
2
-0
/
+2
2020-02-13
test/vim: skip tests if vim is not available
Marc André Tanner
1
-3
/
+7
2020-02-13
test/vis: use C.UTF-8 locale
Marc André Tanner
1
-1
/
+1
2020-02-13
Fix compiler warnings
Marc André Tanner
2
-1
/
+6
2018-05-22
test/vim: remove case related tests
Marc André Tanner
2
-2
/
+0
2018-05-16
Merge branch 'check-shadow-permissions' of https://github.com/paride/vis-test
Marc André Tanner
1
-1
/
+1
2018-05-16
Merge branch 'test-cleanup' of https://github.com/paride/vis-test
Marc André Tanner
2
-0
/
+2
2018-05-15
test/vim: remove tests for obsolete features
Marc André Tanner
5
-7
/
+8
2018-05-03
Check that /etc/shadow is actually not readable
Paride Legovini
1
-1
/
+1
2018-04-15
make clean: actually cleanup everything
Paride Legovini
2
-0
/
+2
2018-04-15
Explicitly add ISC license
Marc André Tanner
1
-0
/
+13
2018-03-29
test/vis: delete test depending on external sed(1) invocation
Marc André Tanner
3
-5
/
+0
2018-02-19
test/sam: add regression test to delete empty lines using x g/^$/ d
Marc André Tanner
2
-0
/
+18
2018-01-26
test/vis: adapt verbatim insertion test to new <C-v><C-m> behaviour
Marc André Tanner
1
-2
/
+1
2017-07-13
test/lua: adapt tests to changes in Lua API
Marc André Tanner
2
-51
/
+51
2017-07-09
test/vis: add more tests for selection operations
Marc André Tanner
36
-0
/
+295
[next]