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
2016-11-09
Add another useless badge to the README
Marc André Tanner
1
-1
/
+2
2016-11-09
test: update test suite
Marc André Tanner
1
-5
/
+5
2016-11-09
build: add automated Cygwin builds using AppVeyor
Marc André Tanner
1
-0
/
+43
2016-11-09
build: make `vis -v` version output more robust
Marc André Tanner
1
-1
/
+1
2016-11-09
vis: improve `r` in normal and replace mode
Marc André Tanner
2
-4
/
+21
2016-11-09
vis: perform undo snapshotting more rarerly
Marc André Tanner
2
-7
/
+11
2016-11-09
vis: add replace operator VIS_OP_REPLACE
Marc André Tanner
2
-0
/
+23
2016-11-09
vis: unify VIS_OP_{INSERT,REPLACE} implementation
Marc André Tanner
6
-18
/
+19
2016-11-08
sam: fix default value handling of +/- addresses
Marc André Tanner
1
-3
/
+6
2016-11-08
vis: fix key parsing/skipping logic
Marc André Tanner
1
-1
/
+3
2016-11-08
sam: dispose primary cursor at end of group
Marc André Tanner
1
-0
/
+2
2016-11-06
view: make viewport adjustment more robust
Marc André Tanner
1
-1
/
+1
2016-11-05
vis: display Lua package.cpath in :help output
Marc André Tanner
3
-17
/
+30
2016-11-04
sam: y should also loop over empty trailing matches
Marc André Tanner
1
-1
/
+5
2016-11-02
sam: improve cursor positioning after command execution
Marc André Tanner
1
-7
/
+28
2016-11-02
sam: fix default command handling at end of a group
Marc André Tanner
1
-1
/
+1
2016-11-02
sam: ignore white space between commands of a group
Marc André Tanner
1
-2
/
+1
2016-11-02
sam: fix command name parsing
Marc André Tanner
1
-2
/
+2
2016-11-02
sam: improve escape parsing logic
Marc André Tanner
1
-22
/
+16
2016-11-02
ui: correctly display cell attributes
Marc André Tanner
1
-1
/
+1
2016-11-01
vis: abort syntax highlighting if viewport is invalid
Marc André Tanner
1
-0
/
+3
2016-11-01
text: change usage of sizeof idiom for allocation of new objects
Marc André Tanner
1
-6
/
+6
2016-11-01
text: rename Buffer to Block to avoid confusion with buffer.[ch]
Marc André Tanner
1
-123
/
+123
2016-10-28
theme: use better defaults for color column and cursor line styles in 16 colo...
Marc André Tanner
2
-4
/
+4
2016-10-28
ui: allow cursor line style to override cell attributes
Marc André Tanner
1
-2
/
+3
2016-10-28
vis-complete: allow custom input not matching any completion candidate
Marc André Tanner
1
-1
/
+1
2016-10-28
vis: tweak join behavior
Marc André Tanner
1
-15
/
+9
2016-10-27
vis: fix :langmap behavior
Marc André Tanner
1
-2
/
+2
2016-10-27
view: use more lightweight default white space replacement symbols
Marc André Tanner
1
-3
/
+3
2016-10-27
vis: apply language map only to key values not modifiers
Marc André Tanner
4
-19
/
+20
2016-10-26
Merge branch 'awk' of https://github.com/larryhynes/vis
Marc André Tanner
1
-1
/
+1
2016-10-21
Add app definitions for awk in vis.lua
Larry Hynes
1
-1
/
+1
2016-10-12
Only complete up to cursor position
Marc André Tanner
1
-2
/
+4
2016-10-11
File completion updates
Richard Burke
2
-9
/
+15
2016-10-09
vis: fix join operator to work on lines ending with white spaces
Marc André Tanner
1
-1
/
+8
2016-10-09
vis: fix g_ motion to never cross line boundaries
Marc André Tanner
1
-3
/
+11
2016-10-08
Teach vis-complete that ".." path segments in the prefix are acceptable.
Tim Allen
1
-2
/
+9
2016-10-08
Quote meta-characters in the completion pattern.
Tim Allen
1
-2
/
+7
2016-10-08
Handle completing absolute paths, not just relative ones.
Tim Allen
1
-2
/
+20
2016-10-07
Don't use repeated shell evaluation in vis-complete.
Tim Allen
1
-11
/
+3
2016-10-07
lexers: sync with scintillua changeset 571 rev 23435f1d82da
Marc André Tanner
4
-16
/
+16
2016-10-06
Merge branch 'exit' of https://github.com/eworm-de/vis
Marc André Tanner
1
-1
/
+1
2016-10-06
Merge branch 'pkgbuild-2' of https://github.com/eworm-de/vis
Marc André Tanner
1
-11
/
+19
2016-10-06
use EXIT_FAILURE for exit status
Christian Hesse
1
-1
/
+1
2016-10-06
lexers/pkgbuild: support arch specific variables
Christian Hesse
1
-11
/
+19
2016-10-05
Harden vis-complete
Richard Burke
1
-2
/
+7
2016-10-05
vis-complete - Use different delimiter in sed command
Richard Burke
1
-1
/
+1
2016-10-05
Fix various issues reported by coverity scan
Marc André Tanner
5
-6
/
+9
2016-10-05
ui: fix resource leak, close file descriptor
Marc André Tanner
1
-0
/
+1
2016-10-05
vis: check return value of fcntl(2) call
Marc André Tanner
1
-3
/
+4
[next]