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
path:
root
/
vis-cmds.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-10
vis: omit error message when vis-menu(1) is cancelled
Marc André Tanner
1
-1
/
+1
2020-01-28
vis: support an optional exit status in :q and :qall commands
Marc André Tanner
1
-3
/
+3
2019-05-23
Add layout option
Karl Schultheisz
1
-0
/
+13
2018-05-30
vis: add loadmethod option
Marc André Tanner
1
-0
/
+13
2017-06-27
Merge branch 'show-eof' of https://github.com/p-e-w/vis
Marc André Tanner
1
-0
/
+2
2017-06-15
vis: rename uses of Cursor to Selection
Marc André Tanner
1
-21
/
+21
2017-06-04
Add option to hide EOF marker
Philipp Emanuel Weidmann
1
-0
/
+2
2017-05-06
vis: add doxygen comments
Marc André Tanner
1
-2
/
+2
2017-05-03
text: remove count argument from text_{earlier,later}
Marc André Tanner
1
-4
/
+7
2017-03-21
vis: reject invalid option names
Marc André Tanner
1
-0
/
+4
2017-03-19
Move :set horizon option implementaiton to lua
Marc André Tanner
1
-3
/
+0
2017-03-19
Move :set theme option implementation to lua
Marc André Tanner
1
-6
/
+0
2017-03-19
Move :set syntax option implementation to lua
Marc André Tanner
1
-17
/
+0
2017-03-19
vis: add infrastructure to dynamically add :set options
Marc André Tanner
1
-25
/
+86
2017-03-14
Add experimental raw vt100 UI backend
Marc André Tanner
1
-0
/
+1
2017-03-02
vis: remove :bdelete command
Marc André Tanner
1
-18
/
+0
2017-02-27
vis: allow useage of file dialog for :read command
Marc André Tanner
1
-0
/
+18
2017-02-24
vis: make help texts optional to produce a smaller binary
Marc André Tanner
1
-12
/
+20
2017-02-23
vis: unify error path of command registration functions
Marc André Tanner
1
-6
/
+10
2017-02-08
vis: fix cursor positioning after :help
Marc André Tanner
1
-0
/
+1
2017-02-05
vis: add file argument to vis_pipe
Marc André Tanner
1
-1
/
+2
2017-02-02
vis: support rudimentary help search using :help pattern
Marc André Tanner
1
-0
/
+3
2017-01-31
vis: add workaround for broken color handling in Terminal.app
Marc André Tanner
1
-0
/
+3
2017-01-19
text-regex: add regex backend based on libtre
Marc André Tanner
1
-0
/
+1
2017-01-15
vis: show error messages for failed :map/:unmap commands
Marc André Tanner
1
-7
/
+19
2017-01-10
vis: add register description to :help output
Marc André Tanner
1
-0
/
+6
2017-01-10
vis: add valid marks to :help output
Marc André Tanner
1
-0
/
+5
2017-01-10
vis: add process id to :help output
Marc André Tanner
1
-1
/
+1
2017-01-06
vis: simplify mode lookup for :map and :unmap
Marc André Tanner
1
-19
/
+2
2016-12-31
vis: allow user registered :-commands to specify a help text
Marc André Tanner
1
-3
/
+17
2016-12-31
vis: typedef function type not pointer to function
Marc André Tanner
1
-2
/
+2
2016-12-28
vis: do not free right hand side of mapping twice
Marc André Tanner
1
-8
/
+3
2016-12-27
vis: properly free dynamic key bindings
Marc André Tanner
1
-2
/
+2
2016-12-17
vis: allow boolean :set options to be toggled
Marc André Tanner
1
-13
/
+29
2016-12-16
vis: add section about compile time configuration to :help output
Marc André Tanner
1
-0
/
+15
2016-12-15
vis: more informative error message for :set option
Josh Wainwright
1
-1
/
+1
2016-12-14
vis: add new :set savemethod auto|atomic|inplace option
Marc André Tanner
1
-0
/
+15
2016-12-03
vis: improve :set option number parsing
Marc André Tanner
1
-5
/
+21
2016-11-30
vis: avoid inconsistent state after file reloading with :e
Marc André Tanner
1
-1
/
+6
2016-11-25
vis: fix I/O redirection bugs, cleanup vis_pipe
Marc André Tanner
1
-2
/
+2
2016-11-22
vis: add `:set escdelay nn` option
Marc André Tanner
1
-0
/
+6
2016-11-22
vis: populate :set option map at startup
Marc André Tanner
1
-11
/
+0
2016-11-15
vis: generalize special stdin handling
Marc André Tanner
1
-1
/
+1
2016-11-11
vis: cleanup `:set option` argument parsing logic
Marc André Tanner
1
-15
/
+5
2016-11-11
vis: add `:set shell` option
Marc André Tanner
1
-0
/
+11
2016-11-10
vis: split `:set show <option>` into separate options
Marc André Tanner
1
-26
/
+14
2016-11-05
vis: display Lua package.cpath in :help output
Marc André Tanner
1
-11
/
+16
2016-09-29
sam: consistent argument handling for :r, :w, :e commands
Marc André Tanner
1
-2
/
+5
2016-09-19
vis: also list :set options in :help output
Marc André Tanner
1
-47
/
+15
2016-09-19
vis: add rudimentary builtin help for :-commands
Marc André Tanner
1
-1
/
+12
[next]