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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-01
vis: cleanup input handling, improve macro replay
Marc André Tanner
1
-34
/
+37
2016-04-29
vis: do not crash when processing :-commands and no window is active
Marc André Tanner
1
-1
/
+3
2016-04-28
vis: unmap all mapped prefixes if a new mapping is forced
Marc André Tanner
1
-2
/
+2
2016-04-21
vis: add infrastructure to register custom :-commands
Marc André Tanner
1
-0
/
+1
2016-04-21
vis: do not lazy allocate :-commands
Marc André Tanner
1
-0
/
+2
2016-04-20
vis-lua: trigger start event after ui has been initialized
Marc André Tanner
1
-1
/
+3
2016-04-20
vis: handle termination from within win_open event gracefully
Marc André Tanner
1
-3
/
+2
2016-04-18
vis: use internal file to show lua errors
Marc André Tanner
1
-0
/
+3
2016-04-18
vis: do not run event handlers for internal files
Marc André Tanner
1
-3
/
+3
2016-04-17
vis: remove mapping from ' ' to <Space>
Marc André Tanner
1
-1
/
+1
2016-04-15
vis: calculate auto indent for all cursors individually
Marc André Tanner
1
-6
/
+9
2016-04-15
vis: do not run registered event handlers for internal files
Marc André Tanner
1
-1
/
+1
2016-04-14
vis: allow mapping of <Space>
Marc André Tanner
1
-1
/
+1
2016-04-13
vis: stop repeated motions as soon as resulting position remains the same
Marc André Tanner
1
-1
/
+2
2016-04-08
vis: let :e recreate a window at the same location as the old one
Marc André Tanner
1
-0
/
+29
2016-04-08
vis: cleanup window focusing code
Marc André Tanner
1
-8
/
+13
2016-04-06
vis: fix vi filter operators ! and =
Marc André Tanner
1
-4
/
+2
2016-04-03
vis: change vis_pipe API and cleanup related code
Marc André Tanner
1
-5
/
+5
2016-04-03
sam: unify vi(m) and sam command line
Marc André Tanner
1
-1
/
+187
2016-03-30
array: allow arbitrarily sized array elements
Marc André Tanner
1
-0
/
+2
2016-03-28
vis: cleanup usage of vis_cursors_count
Marc André Tanner
1
-1
/
+1
2016-03-25
vis: remove __DATE__ and __TIME__ references to aid with reproducible builds
Marc André Tanner
1
-1
/
+1
2016-03-23
Remove identically replicated copyright comments from source files
Marc André Tanner
1
-15
/
+0
2016-03-15
vis: do properly replay ": and "/ registers
Marc André Tanner
1
-0
/
+7
2016-03-15
vis: slightly cleanup register related code
Marc André Tanner
1
-1
/
+1
2016-03-13
vis: convert gn and gN text objects to use "/ register content
Marc André Tanner
1
-3
/
+0
2016-03-12
vis: overhaul search related code, support "/ register
Marc André Tanner
1
-0
/
+14
2016-02-25
vis: use standard registers for macro recordings
Marc André Tanner
1
-11
/
+13
2016-02-21
Cleanup new line insertion code
Marc André Tanner
1
-10
/
+1
2016-02-18
Add infrastructure to register custom text object functions
Marc André Tanner
1
-2
/
+5
2016-02-18
Add infrastructure to add custom motion functions
Marc André Tanner
1
-0
/
+3
2016-02-18
vis: add insfrastructure to support global key mappings
Marc André Tanner
1
-0
/
+12
2016-02-13
Convert call sites of text_line_char_{get,set} to text_line_width_{get,set}
Marc André Tanner
1
-3
/
+2
2016-02-12
vis: respect window local mappings for child modes
Marc André Tanner
1
-16
/
+10
2016-02-12
Mark some tables as const
Marc André Tanner
1
-1
/
+1
2016-02-12
Improve large file support
Marc André Tanner
1
-0
/
+11
2016-02-11
vis: add support for different kind of text objects
Marc André Tanner
1
-3
/
+10
2016-02-10
vis: simplify modes implementation
Marc André Tanner
1
-0
/
+2
2016-02-07
vis: export vis_window_closable
Marc André Tanner
1
-0
/
+10
2016-01-30
Implement "A - "Z registers
Marc André Tanner
1
-1
/
+8
2016-01-30
Implement system clipboard registers "* and "+
Marc André Tanner
1
-1
/
+2
2016-01-30
Implement blackhole register "_
Marc André Tanner
1
-0
/
+1
2016-01-30
Cleanup register implementation
Marc André Tanner
1
-2
/
+3
2016-01-30
Improve Lua error reporting
Marc André Tanner
1
-2
/
+5
2016-01-28
vis: factor out common code to create internal file
Marc André Tanner
1
-6
/
+11
2016-01-28
vis: clean up count handling
Marc André Tanner
1
-9
/
+15
2016-01-20
vis: further improve selection restore code
Marc André Tanner
1
-0
/
+6
2016-01-19
vis: improve selection restore `gv`
Marc André Tanner
1
-0
/
+11
2016-01-14
vis: use different default register when editing a prompt file
Marc André Tanner
1
-3
/
+3
2016-01-14
vis: move prompt handling to separate file
Marc André Tanner
1
-175
/
+3
[next]