index
:
vis.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vis-cmds.c
Age
Commit message (
Expand
)
Author
2016-01-18
vis: fix segfault upon :qall
Marc André Tanner
2016-01-17
vis: make :e an alias for :edit
Marc André Tanner
2016-01-16
vis: move selected prompt entry to end of the file
Marc André Tanner
2016-01-14
vis: s/VIS_MODE_LAST/VIS_MODE_INVALID/g
Marc André Tanner
2016-01-14
vis-cmds: resolve conflict with BSD getmode(3)
Marc André Tanner
2016-01-13
Implement command/search prompt history as a regular file
Marc André Tanner
2016-01-13
vis: reindent :-command definitions
Marc André Tanner
2016-01-13
vis: implement :map-window and :unmap-window
Marc André Tanner
2016-01-13
vis: allow :-commands containing a hyphen
Marc André Tanner
2016-01-13
vis: implement :map and :unmap
Marc André Tanner
2016-01-13
vis: cleanup key binding definitions
Marc André Tanner
2016-01-13
Add -pedantic to debug CFLAGS and fix resulting warnings
Marc André Tanner
2015-12-26
vis: refactor Lua integration
Marc André Tanner
2015-11-28
vis: add namespace prefix for MARK_SELECTION_{START,END}
Marc André Tanner
2015-11-28
view: remove ViewEvent infrastructure
Marc André Tanner
2015-11-27
vis: close correct file descriptor upon failure in filter command
Marc André Tanner
2015-11-23
vis: use file open dialog for all directories
Marc André Tanner
2015-11-08
Remove trailing white space from source files
Marc André Tanner
2015-11-08
vis: implement :set colorcolumn
Marc André Tanner
2015-11-08
vis: implement :set theme
Marc André Tanner
2015-11-08
vis: implement :set cursorline
Marc André Tanner
2015-11-08
vis: experimental support for lua/lpeg based syntax highlighting
Marc André Tanner
2015-11-08
vis: remove regex based syntax highlighting
Marc André Tanner
2015-11-07
vis: move :-commands into their own file
Marc André Tanner