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
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
2016-05-22
vis: consider :set horizon setting when syntax highlighting
Marc André Tanner
1
-1
/
+1
2016-05-22
vis: move syntax highlighting to pure Lua code
Marc André Tanner
1
-3
/
+3
2016-05-18
vis: add #define for VIS_MENU
Marc André Tanner
1
-4
/
+0
2016-05-18
vis: add an interactive mode to vis_pipe{,_collect}(...)
Marc André Tanner
1
-1
/
+1
2016-05-13
vis: clean up key mapping implementation
Marc André Tanner
1
-21
/
+4
2016-05-10
Revert "vis: clean up interaction between vis and ui"
Marc André Tanner
1
-1
/
+2
2016-05-04
vis: clean up interaction between vis and ui
Marc André Tanner
1
-2
/
+1
2016-04-29
vis: do not crash when processing :-commands and no window is active
Marc André Tanner
1
-19
/
+40
2016-04-28
vis: unmap all mapped prefixes if a new mapping is forced
Marc André Tanner
1
-36
/
+27
2016-04-23
vis: display lua search paths in :help output
Marc André Tanner
1
-0
/
+15
2016-04-21
vis: also show user registered :-commands in :help output
Marc André Tanner
1
-4
/
+6
2016-04-21
vis: list usable symbolic keys in :help output
Marc André Tanner
1
-1
/
+76
2016-04-21
vis: add infrastructure to register custom :-commands
Marc André Tanner
1
-0
/
+44
2016-04-19
vis: add :set horizon option
David B. Lamkins
1
-0
/
+5
2016-04-19
vis: add an unsigned option type for :set command
Marc André Tanner
1
-1
/
+3
2016-04-15
vis: fix wrong usage message for :unmap command
Marc André Tanner
1
-1
/
+1
2016-04-15
vis: improve handling of ~ and environment variables when opening files
Marc André Tanner
1
-1
/
+5
2016-04-14
vis: allow mapping of <Space>
Marc André Tanner
1
-4
/
+3
2016-04-14
vis: add #defines to ease overriding of utility names
Marc André Tanner
1
-1
/
+5
2016-04-08
vis: let :e recreate a window at the same location as the old one
Marc André Tanner
1
-1
/
+5
2016-04-08
vis: make ZZ work for unnamed but unmodified buffer
Marc André Tanner
1
-1
/
+3
2016-04-07
Make explicit the space keybinding on help.
Joshua Haase
1
-1
/
+1
2016-04-03
vis: reimplement file open dialog
Marc André Tanner
1
-38
/
+29
2016-04-03
sam: unify vi(m) and sam command line
Marc André Tanner
1
-761
/
+59
2016-04-03
Support sam's structural regular expression based command language
Marc André Tanner
1
-0
/
+10
2016-04-01
vis: cleanup vis_pipe API
Marc André Tanner
1
-5
/
+5
2016-03-25
vis: remove __DATE__ and __TIME__ references to aid with reproducible builds
Marc André Tanner
1
-1
/
+1
2016-03-25
vis: do not crash when using vis:command without active window
Marc André Tanner
1
-1
/
+8
2016-03-15
vis: do not segfault when given a NULL command to process
Marc André Tanner
1
-0
/
+2
2016-03-12
vis: overhaul search related code, support "/ register
Marc André Tanner
1
-5
/
+2
2016-02-20
vis: list layout specifc key mappings in <F1> help output
Marc André Tanner
1
-0
/
+10
2016-02-20
vis: implement :langmap command to set keyboard mappings
Marc André Tanner
1
-0
/
+34
2016-02-12
Mark some tables as const
Marc André Tanner
1
-8
/
+8
[next]