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-07-15
build: properly set LDFLAGS for standalone build dependencies
Marc André Tanner
1
-2
/
+2
2016-07-11
standalone: update to musl version 1.1.15
Christian Hesse
1
-2
/
+2
2016-07-06
vis: fix inner text object variants when cursor is on opening delimiter
Marc André Tanner
1
-3
/
+3
2016-06-29
Merge branch 'master' of https://github.com/aeosynth/vis
Marc André Tanner
1
-1
/
+1
2016-06-28
remove duplicate argument
James Campos
1
-1
/
+1
2016-06-21
vis-open: Add a manpage.
Tim Allen
2
-0
/
+110
2016-06-17
Merge branch 'vis-clipboard-manpage' of https://github.com/Screwtapello/vis
Marc André Tanner
2
-0
/
+107
2016-06-16
vis-clipboard: Add a manpage.
Tim Allen
2
-0
/
+107
2016-06-14
Update the statusline when starting or ending the recording of a macro
Josh Wainwright
1
-0
/
+4
2016-05-29
Merge branch 'vis-open-cleanup' of https://github.com/Screwtapello/vis
Marc André Tanner
1
-16
/
+42
2016-05-29
vis-menu: improve empty prompt handling (vis-menu -p '')
Marc André Tanner
1
-0
/
+2
2016-05-29
vis-menu: reduce indentation level of switch statements
Marc André Tanner
1
-74
/
+78
2016-05-29
vis-menu: more cleanup
Marc André Tanner
1
-219
/
+195
2016-05-29
sam: use more suitable error message if no command is given
Marc André Tanner
1
-1
/
+3
2016-05-28
vis: try to reduce number of redraws
Marc André Tanner
5
-23
/
+34
2016-05-28
lexer: add lexer for Google protocol buffer IDL
David B. Lamkins
2
-0
/
+58
2016-05-28
[vis-menu] Document the initial-filter parameter.
Tim Allen
1
-0
/
+8
2016-05-28
[vis-open] Don't use realpath(1).
Tim Allen
1
-1
/
+2
2016-05-28
[vis-open] Handle filenames with spaces and tabs.
Tim Allen
1
-0
/
+5
2016-05-28
[vis-open] Actually use '--' where it's useful.
Tim Allen
1
-1
/
+1
2016-05-28
[vis-open] Fix '--' to actually work.
Tim Allen
1
-0
/
+1
2016-05-28
Rewrite vis-open to be more robust.
Tim Allen
1
-16
/
+35
2016-05-28
[vis-menu] Add a manpage.
Tim Allen
2
-1
/
+255
2016-05-28
[vis-menu] Remove unused keybinding.
Tim Allen
1
-4
/
+0
2016-05-26
ui: properly redraw status line when window focus changes
Marc André Tanner
1
-1
/
+4
2016-05-26
vis: use normalized absolute file names as internal representation
Marc André Tanner
5
-30
/
+77
2016-05-24
vis-lua: cleanup Lua status bar display code
Marc André Tanner
3
-17
/
+22
2016-05-24
vis: cleanup C status bar display code
Marc André Tanner
1
-18
/
+69
2016-05-24
Add utility function to calculate display width of a string
Marc André Tanner
2
-0
/
+40
2016-05-24
vis-lua: improve error handling when loading visrc.lua
Marc André Tanner
1
-3
/
+25
2016-05-24
vis-lua: add debug infrastructure to trace object lifetime
Marc André Tanner
1
-16
/
+108
2016-05-22
vis: only display mode in status bar of active window
Marc André Tanner
2
-3
/
+4
2016-05-22
vis-lua: introduce light references for short lived objects
Marc André Tanner
1
-7
/
+20
2016-05-22
Add a newline at the end of the file
Silvan Jegen
1
-1
/
+1
2016-05-22
Remove unneeded header import
Silvan Jegen
1
-1
/
+0
2016-05-22
vis: load default styles even for unknown file types
Marc André Tanner
1
-8
/
+11
2016-05-22
vis-lua: fall back to C status bar handling if the Lua implementation is not ...
Marc André Tanner
1
-17
/
+20
2016-05-22
vis-lua: do not report errors recursively
Marc André Tanner
2
-0
/
+5
2016-05-22
vis: refactor status line handling
Marc André Tanner
11
-62
/
+125
2016-05-22
vis-lua: add win:status function
Marc André Tanner
2
-0
/
+11
2016-05-22
vis: add function to change window statusbar content
Marc André Tanner
4
-0
/
+20
2016-05-22
vis-lua: add vis.recording property
Marc André Tanner
2
-0
/
+5
2016-05-22
vis-lua: add window.{width, height} read only properties
Marc André Tanner
2
-0
/
+11
2016-05-22
vis: add functions to query window size
Marc André Tanner
4
-0
/
+23
2016-05-22
vis-lua: add vis.VERSION property
Marc André Tanner
2
-0
/
+4
2016-05-22
vis: consider :set horizon setting when syntax highlighting
Marc André Tanner
9
-22
/
+11
2016-05-22
lexer: return nil if lexer loading fails
Marc André Tanner
1
-2
/
+1
2016-05-22
vis: move syntax highlighting to pure Lua code
Marc André Tanner
12
-210
/
+152
2016-05-22
vis-lua: add window.viewport range
Marc André Tanner
2
-0
/
+8
2016-05-22
vis-lua: add bindings for new view style functions
Marc André Tanner
2
-0
/
+46
[next]