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
2017-05-03
vis: introduce count iterator to handle interrupted flag
Marc André Tanner
1
-0
/
+10
2017-04-20
vis: add # register to insert cursor number
Marc André Tanner
1
-0
/
+1
2017-04-20
vis: start cleaning up register related code
Marc André Tanner
1
-0
/
+3
2017-04-18
vis: rename vis_register_set to vis_register
Marc André Tanner
1
-1
/
+1
2017-04-09
vis: remove handling of \r\n line endings
Marc André Tanner
1
-2
/
+1
2017-04-04
vis: add motions to move by codepoints
Marc André Tanner
1
-0
/
+2
2017-03-31
vis: add non-default actions for vi compatible n/N motions
Marc André Tanner
1
-0
/
+2
2017-03-31
vis: rename search related constants
Marc André Tanner
1
-2
/
+2
2017-03-22
vis: fix syntax highlighting glitches with split windows
Marc André Tanner
1
-0
/
+1
2017-03-21
vis: make `cw` and `cW` more vim compatible
Marc André Tanner
1
-0
/
+2
2017-03-19
vis: add infrastructure for user specified operators
Marc André Tanner
1
-0
/
+5
2017-03-19
Move :set horizon option implementaiton to lua
Marc André Tanner
1
-1
/
+1
2017-03-19
Move :set theme option implementation to lua
Marc André Tanner
1
-2
/
+0
2017-03-19
Move :set syntax option implementation to lua
Marc André Tanner
1
-4
/
+0
2017-03-19
vis: add infrastructure to dynamically add :set options
Marc André Tanner
1
-0
/
+15
2017-03-14
Restructure display code
Marc André Tanner
1
-0
/
+2
2017-03-07
vis: remove now unused #define
Marc André Tanner
1
-6
/
+0
2017-03-05
vis: add file argument to vis_pipe_collect
Marc André Tanner
1
-1
/
+1
2017-02-24
vis: make help texts optional to produce a smaller binary
Marc André Tanner
1
-1
/
+15
2017-02-10
vis: introduce vis_keys_utf8
Marc André Tanner
1
-0
/
+4
2017-02-05
vis: add file argument to vis_pipe
Marc André Tanner
1
-1
/
+1
2017-01-28
vis: keep track of most recently processed keys of input queue
Marc André Tanner
1
-0
/
+3
2017-01-20
vis: slightly cleanup repeat code, always set dot register
Marc André Tanner
1
-1
/
+1
2017-01-18
vis: do not take undo snaphots while replaying a macro
Marc André Tanner
1
-0
/
+3
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
-10
/
+10
2017-01-10
vis: add valid marks to :help output
Marc André Tanner
1
-2
/
+2
2017-01-06
vis: simplify mode lookup for :map and :unmap
Marc André Tanner
1
-0
/
+1
2016-12-31
vis: allow user registered :-commands to specify a help text
Marc André Tanner
1
-1
/
+1
2016-12-31
vis: typedef function type not pointer to function
Marc André Tanner
1
-2
/
+2
2016-12-29
vis: cleanup key action lifetime management
Marc André Tanner
1
-6
/
+11
2016-12-27
vis: properly free dynamic key bindings
Marc André Tanner
1
-0
/
+3
2016-12-23
Apply format string attribute to printf style functions
Marc André Tanner
1
-2
/
+2
2016-12-21
vis: implement `gh` and `gl` to move by relative byte offsets
Marc André Tanner
1
-0
/
+2
2016-12-21
vis: implement `go` to move to absolute byte position
Marc André Tanner
1
-0
/
+1
2016-12-20
vis: improve literal insertion via <C-v> in insert mode
Marc André Tanner
1
-0
/
+2
2016-12-19
vis: introduce vis_register_from utility function
Marc André Tanner
1
-0
/
+1
2016-12-09
vis-lua: expose input key event in insert and replace modes
Marc André Tanner
1
-0
/
+2
2016-12-08
vis: rename some internal C function pointers
Marc André Tanner
1
-3
/
+3
2016-12-03
vis: improve :set option number parsing
Marc André Tanner
1
-1
/
+0
2016-11-28
vis: move mark description into core code
Marc André Tanner
1
-0
/
+1
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
[next]