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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-25
vis: fix I/O redirection bugs, cleanup vis_pipe
Marc André Tanner
1
-5
/
+5
2016-11-22
vis-lua: introduce pre-save hook
Marc André Tanner
1
-0
/
+1
2016-11-22
vis-lua: pass path as second argument to file_save_post event hook
Marc André Tanner
1
-1
/
+1
2016-11-21
vis-lua: rename file_save event to file_save_post
Marc André Tanner
1
-1
/
+1
2016-11-16
sam: use default shell command for <, >, | and ! when applicaple
Marc André Tanner
1
-0
/
+1
2016-11-15
vis: generalize special stdin handling
Marc André Tanner
1
-0
/
+5
2016-11-09
vis: add replace operator VIS_OP_REPLACE
Marc André Tanner
1
-0
/
+2
2016-11-09
vis: unify VIS_OP_{INSERT,REPLACE} implementation
Marc André Tanner
1
-2
/
+2
2016-09-25
vis: disable language map for replacement character of `r` command
Marc André Tanner
1
-0
/
+2
2016-09-25
vis: move file name and word completion logic to a shell script
Marc André Tanner
1
-0
/
+3
2016-08-24
vis: implement gJ like behavior
Marc André Tanner
1
-0
/
+1
2016-08-24
vis: add vis_mode_get function
Marc André Tanner
1
-0
/
+1
2016-08-24
vis: overhaul input queue handling
Marc André Tanner
1
-4
/
+2
2016-05-26
vis: use normalized absolute file names as internal representation
Marc André Tanner
1
-2
/
+0
2016-05-22
vis: refactor status line handling
Marc André Tanner
1
-2
/
+1
2016-05-22
vis: add function to change window statusbar content
Marc André Tanner
1
-0
/
+2
2016-05-22
vis: add functions to query window size
Marc André Tanner
1
-0
/
+3
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
-0
/
+6
2016-05-18
vis: add #define for VIS_MENU
Marc André Tanner
1
-0
/
+11
2016-05-18
vis: add an interactive mode to vis_pipe{,_collect}(...)
Marc André Tanner
1
-2
/
+6
2016-05-18
vis: introduce vis_pipe_collect utility function
Marc André Tanner
1
-0
/
+5
2016-05-13
vis: clean up key mapping implementation
Marc André Tanner
1
-4
/
+5
2016-05-08
Fix autoindent when using O
Richard Burke
1
-0
/
+3
2016-05-04
vis: enable large file optimizations for files with long lines
Marc André Tanner
1
-2
/
+0
2016-05-01
vis: further cleanup input handling, introduce vis_keys_feed API
Marc André Tanner
1
-8
/
+6
2016-05-01
vis: cleanup input handling, improve macro replay
Marc André Tanner
1
-7
/
+6
2016-04-21
vis: add infrastructure to register custom :-commands
Marc André Tanner
1
-0
/
+8
2016-04-20
vis-lua: trigger start event after ui has been initialized
Marc André Tanner
1
-0
/
+1
2016-04-19
vis: add an unsigned option type for :set command
Marc André Tanner
1
-0
/
+1
2016-04-12
Add "[(" and "])" motions for jumping to a parenthese pair's start/end
Rob Pilling
1
-0
/
+2
2016-04-12
Add "[{" and "]}" motions to jump to a block's start/end
Rob Pilling
1
-0
/
+2
2016-04-08
vis: let :e recreate a window at the same location as the old one
Marc André Tanner
1
-0
/
+2
2016-04-08
vis: cleanup window focusing code
Marc André Tanner
1
-0
/
+2
2016-04-03
vis: change vis_pipe API and cleanup related code
Marc André Tanner
1
-3
/
+3
2016-04-01
vis: cleanup vis_pipe API
Marc André Tanner
1
-1
/
+10
2016-03-15
vis: add support for command register ":
Marc André Tanner
1
-0
/
+1
2016-03-13
vis: convert gn and gN text objects to use "/ register content
Marc André Tanner
1
-1
/
+1
2016-03-12
vis: overhaul search related code, support "/ register
Marc André Tanner
1
-0
/
+5
2016-02-25
vis: use standard registers for macro recordings
Marc André Tanner
1
-22
/
+12
2016-02-18
Add infrastructure to register custom text object functions
Marc André Tanner
1
-0
/
+5
2016-02-18
vis-lua: expose vis:textobject(id)
Marc André Tanner
1
-1
/
+1
2016-02-18
Add infrastructure to add custom motion functions
Marc André Tanner
1
-0
/
+7
2016-02-18
vis-lua: expose mode constants to lua
Marc André Tanner
1
-2
/
+0
2016-02-18
vis: add possibility to bind keys to lua functions
Marc André Tanner
1
-1
/
+2
2016-02-18
vis: add insfrastructure to support global key mappings
Marc André Tanner
1
-0
/
+3
2016-02-15
Add text object to cover lines with same indentation level
Marc André Tanner
1
-0
/
+1
2016-02-12
Mark some tables as const
Marc André Tanner
1
-2
/
+2
2016-02-11
vis: implement gn and gN text objects
Marc André Tanner
1
-0
/
+2
2016-02-10
vis: implement yank register "0
Marc André Tanner
1
-0
/
+1
[next]