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
2018-01-05
vis: remove now unused variable in prompt handling code
Marc André Tanner
1
-1
/
+0
2018-01-03
vis: fix command malfunction triggered by special cursor position
Casper Ti. Vector
1
-5
/
+2
2017-12-25
lexers: add pony
Murray Calavera
3
-1
/
+118
2017-12-21
vis: do not override default register on delete operations in insert mode
Marc André Tanner
1
-0
/
+8
2017-12-21
vis: improve `cw` behavior
Marc André Tanner
1
-6
/
+11
2017-12-21
Add a key combo example of mark usage
Javier Olaechea
1
-0
/
+7
2017-12-09
vis: make selections visible when lua support has been disabled
Marc André Tanner
1
-2
/
+6
2017-12-08
vis: let <C-c> behave as <Escape> if only one selection exists
Marc André Tanner
1
-1
/
+1
2017-12-07
build: update alpine in docker build to version 3.7
Christian Hesse
1
-1
/
+1
2017-12-02
build: remove erroneous libtermkey dependency
Marc André Tanner
1
-1
/
+1
2017-12-01
Python lexer: recognize python3's async/await keywords
Семён Марьясин
1
-0
/
+1
2017-11-21
vis-lua: implement window:close
Marc André Tanner
1
-0
/
+28
2017-11-21
vis-lua: do not enumerate internal windows
Marc André Tanner
1
-5
/
+8
2017-11-20
Update erlang syntax lexer.
Emil Falk
1
-39
/
+20
2017-11-04
vis: take symbolic keys into account when evaluating key prefixes
Marc André Tanner
1
-6
/
+32
2017-10-30
man: remove outdated key mapping
Marc André Tanner
1
-3
/
+0
2017-10-30
lexer: associate *.conf to the ini lexer
Marc André Tanner
1
-1
/
+1
2017-10-30
lexer: fix file type association for xs lexer
Marc André Tanner
1
-1
/
+1
2017-10-01
Add `xs` lexer and mappings.
David B. Lamkins
2
-1
/
+79
2017-09-15
man: fix typos and grammar issues
Marc André Tanner
1
-7
/
+5
2017-09-15
lexers: fix white space issue of recent php lexer changes
Marc André Tanner
1
-40
/
+40
2017-09-15
vis: restore old s mapping in visual mode
Marc André Tanner
1
-0
/
+1
2017-09-15
vis: remove ! operator
Marc André Tanner
5
-41
/
+2
2017-09-15
Merge branch 'master' of https://github.com/ltobler/vis
Marc André Tanner
1
-2
/
+2
2017-09-14
Reassign .cls file extension to latex
Lukas Tobler
1
-2
/
+2
2017-09-13
vis.1: Surround with quotes link-name arguments of .Lk
Javier Olaechea
1
-5
/
+5
2017-07-27
vis: ignore SIGQUIT
Marc André Tanner
1
-2
/
+2
2017-07-26
- added php constants
Samuel
1
-0
/
+25
2017-07-26
- updated php keywords
Samuel
1
-12
/
+20
2017-07-24
lexers: add copyright statement to strace lexer
Marc André Tanner
1
-0
/
+1
2017-07-23
build: add git based version information back
Marc André Tanner
1
-1
/
+1
2017-07-23
build: set version to 0.4
Marc André Tanner
1
-1
/
+1
2017-07-23
vis: use strncpy to copy into fixed sized buffer
Marc André Tanner
1
-1
/
+1
2017-07-23
vis: only draw selections of currently active window
Marc André Tanner
1
-2
/
+3
2017-07-23
vis-lua: move marks array to window object
Marc André Tanner
1
-27
/
+29
2017-07-17
vis: specify window in mark related API
Marc André Tanner
5
-16
/
+24
2017-07-17
vis: fix coverity issue 157025
Marc André Tanner
1
-2
/
+4
2017-07-14
man: update manual page with recent developments
Marc André Tanner
1
-89
/
+143
2017-07-14
vis: restore s / S normal mode bindings
Marc André Tanner
1
-0
/
+2
2017-07-14
vis: remove useless mappings which interfere with jumplist
Marc André Tanner
1
-2
/
+0
2017-07-14
vis: use distinct mark to save last selections
Marc André Tanner
4
-4
/
+18
2017-07-14
vis: always reduce selections when not in visual mode
Marc André Tanner
2
-13
/
+15
2017-07-14
vis-lua: make selection first class primitives in Lua API
Marc André Tanner
12
-119
/
+146
2017-07-11
vis: handle further input after mark and register specifiers
Marc André Tanner
1
-10
/
+15
2017-07-11
Revert "vis: process aliased key sequences individually"
Marc André Tanner
1
-12
/
+2
2017-07-11
vis: cleanup register related API
Marc André Tanner
4
-33
/
+77
2017-07-11
vis-lua: represent marks as array of ranges
Marc André Tanner
1
-21
/
+34
2017-07-10
test: update
Marc André Tanner
1
-5
/
+5
2017-07-10
vis: remove change list
Marc André Tanner
4
-63
/
+0
2017-07-10
vis: let '^ mark point to top of jump list
Marc André Tanner
5
-25
/
+10
[next]