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
2017-04-20
vis: start cleaning up register related code
Marc André Tanner
1
-57
/
+0
2017-04-19
vis: restructure register handling
Marc André Tanner
1
-7
/
+24
2017-04-18
vis: rename vis_register_set to vis_register
Marc André Tanner
1
-1
/
+1
2017-04-14
vis: make certain operations interruptible with <C-c>
Marc André Tanner
1
-3
/
+11
2017-04-09
vis: remove handling of \r\n line endings
Marc André Tanner
1
-7
/
+6
2017-04-04
vis: remove unused struct member
Marc André Tanner
1
-1
/
+0
2017-04-04
vis: automatically dispose invalid cursors
Marc André Tanner
1
-0
/
+7
2017-03-31
vis: rename search related constants
Marc André Tanner
1
-1
/
+1
2017-03-24
vis: properly redraw status bar of windows displaying internal files
Marc André Tanner
1
-1
/
+1
2017-03-22
vis: fix syntax highlighting glitches with split windows
Marc André Tanner
1
-17
/
+14
2017-03-19
vis: add infrastructure for user specified operators
Marc André Tanner
1
-0
/
+3
2017-03-19
Move :set horizon option implementaiton to lua
Marc André Tanner
1
-2
/
+1
2017-03-19
Move :set syntax option implementation to lua
Marc André Tanner
1
-18
/
+0
2017-03-19
vis: add infrastructure to dynamically add :set options
Marc André Tanner
1
-0
/
+4
2017-03-17
vis: fix selection background color
Marc André Tanner
1
-1
/
+1
2017-03-16
ui: further cleanup display code
Marc André Tanner
1
-2
/
+1
2017-03-16
vis: remove special case when invalidating windows
Marc André Tanner
1
-2
/
+1
2017-03-14
Restructure display code
Marc André Tanner
1
-10
/
+177
2017-03-05
vis: add file argument to vis_pipe_collect
Marc André Tanner
1
-2
/
+2
2017-03-03
vis-lua: add vis:exit function
Marc André Tanner
1
-0
/
+3
2017-02-25
vis: tweak handling of end inclusiveness
Marc André Tanner
1
-2
/
+3
2017-02-25
vis: add vis- prefix to pseudo editor keys
Marc André Tanner
1
-3
/
+3
2017-02-24
vis: remove unused struct member
Marc André Tanner
1
-4
/
+3
2017-02-24
vis: make help texts optional to produce a smaller binary
Marc André Tanner
1
-20
/
+20
2017-02-24
vis: fix display after newline insertion at the start of viewport
Marc André Tanner
1
-2
/
+8
2017-02-22
vis: add exact count motion flag
Marc André Tanner
1
-1
/
+9
2017-02-10
vis: introduce vis_keys_utf8
Marc André Tanner
1
-0
/
+9
2017-02-07
vis: improve text object handling
Marc André Tanner
1
-3
/
+12
2017-02-07
vis: reformat text object definitions
Marc André Tanner
1
-1
/
+1
2017-02-05
vis: set $vis_file{name,path} environment variables for external commands
Marc André Tanner
1
-0
/
+6
2017-02-05
vis: add file argument to vis_pipe
Marc André Tanner
1
-3
/
+4
2017-02-02
Slight code cleanups, use buffer API where appropriate
Marc André Tanner
1
-3
/
+7
2017-02-01
vis: refactor autoindent handling
Marc André Tanner
1
-37
/
+44
2017-01-31
vis: improve cursor positioning after operators in visual mode
Marc André Tanner
1
-0
/
+4
2017-01-31
vis: add workaround for broken color handling in Terminal.app
Marc André Tanner
1
-0
/
+1
2017-01-28
vis: keep track of most recently processed keys of input queue
Marc André Tanner
1
-0
/
+8
2017-01-20
vis: slightly cleanup repeat code, always set dot register
Marc André Tanner
1
-8
/
+8
2017-01-20
vis: improve new line handling at end of file
Marc André Tanner
1
-2
/
+18
2017-01-19
vis: simplify count handling for insertion
Marc André Tanner
1
-1
/
+1
2017-01-18
vis: fix count handling for append
Marc André Tanner
1
-8
/
+10
2017-01-18
vis: support count for insertion and replacement
Marc André Tanner
1
-1
/
+1
2017-01-18
vis: support count for macro replay
Marc André Tanner
1
-1
/
+4
2017-01-18
vis: do not take undo snaphots while replaying a macro
Marc André Tanner
1
-5
/
+22
2017-01-16
vis: change key input handling model
Marc André Tanner
1
-17
/
+28
2017-01-16
vis: cleanup regex header inclusion
Marc André Tanner
1
-1
/
+0
2017-01-13
vis: introduce registers 0-9 and & to capture search matches
Marc André Tanner
1
-0
/
+10
2017-01-10
vis: add register description to :help output
Marc André Tanner
1
-15
/
+24
2017-01-10
vis: add valid marks to :help output
Marc André Tanner
1
-4
/
+9
2016-12-31
vis: allow user registered :-commands to specify a help text
Marc André Tanner
1
-1
/
+5
2016-12-29
vis: cleanup key action lifetime management
Marc André Tanner
1
-0
/
+4
[next]