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-10-05
vis: check return value of fcntl(2) call
Marc André Tanner
1
-3
/
+4
2016-09-26
vis: also apply language map to operator pending mode
Marc André Tanner
1
-1
/
+3
2016-09-25
vis: disable language map for replacement character of `r` command
Marc André Tanner
1
-1
/
+7
2016-09-19
vis: set correct reference count when splitting windows
Marc André Tanner
1
-1
/
+0
2016-08-24
vis: improve dot (repeat) command implmentation
Marc André Tanner
1
-3
/
+5
2016-08-24
vis: overhaul input queue handling
Marc André Tanner
1
-39
/
+27
2016-07-06
vis: fix inner text object variants when cursor is on opening delimiter
Marc André Tanner
1
-3
/
+3
2016-06-14
Update the statusline when starting or ending the recording of a macro
Josh Wainwright
1
-0
/
+4
2016-05-28
vis: try to reduce number of redraws
Marc André Tanner
1
-8
/
+4
2016-05-26
vis: use normalized absolute file names as internal representation
Marc André Tanner
1
-22
/
+70
2016-05-22
Add a newline at the end of the file
Silvan Jegen
1
-1
/
+1
2016-05-22
Remove unneeded header import
Silvan Jegen
1
-1
/
+0
2016-05-22
vis: refactor status line handling
Marc André Tanner
1
-8
/
+10
2016-05-22
vis: add function to change window statusbar content
Marc André Tanner
1
-0
/
+4
2016-05-22
vis: add functions to query window size
Marc André Tanner
1
-0
/
+8
2016-05-22
vis: consider :set horizon setting when syntax highlighting
Marc André Tanner
1
-1
/
+2
2016-05-22
vis: move syntax highlighting to pure Lua code
Marc André Tanner
1
-2
/
+27
2016-05-18
vis: add an interactive mode to vis_pipe{,_collect}(...)
Marc André Tanner
1
-10
/
+8
2016-05-18
vis: introduce vis_pipe_collect utility function
Marc André Tanner
1
-0
/
+19
2016-05-10
Revert "vis: clean up interaction between vis and ui"
Marc André Tanner
1
-10
/
+4
2016-05-10
vis: improve cursor placement at EOF with enabled auto indent
Marc André Tanner
1
-1
/
+1
2016-05-08
Fix autoindent when using O
Richard Burke
1
-0
/
+4
2016-05-04
vis: enable large file optimizations for files with long lines
Marc André Tanner
1
-19
/
+0
2016-05-04
vis: clean up interaction between vis and ui
Marc André Tanner
1
-4
/
+10
2016-05-04
vis: make j and k a linewise inclusive motion
Marc André Tanner
1
-1
/
+2
2016-05-01
vis: delay start event until we are fully initialized
Marc André Tanner
1
-7
/
+5
2016-05-01
vis: further cleanup input handling, introduce vis_keys_feed API
Marc André Tanner
1
-14
/
+20
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
[next]