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-core.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-10
vis: implement jump list in terms of marks
Marc André Tanner
1
-3
/
+11
2017-07-07
vis: use marks instead of registers to store selections
Marc André Tanner
1
-4
/
+6
2017-07-04
vis: implement `gv` by means of new "^ register
Marc André Tanner
1
-0
/
+1
2017-06-15
vis: add basic infrastructure to store selections in registers
Marc André Tanner
1
-0
/
+1
2017-06-15
vis: rename uses of Cursor to Selection
Marc André Tanner
1
-1
/
+1
2017-05-27
vis-lua: expose currently active key bindings through API
Marc André Tanner
1
-0
/
+1
2017-04-23
vis: fix # register count
Marc André Tanner
1
-1
/
+1
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
-1
/
+29
2017-04-19
vis: restructure register handling
Marc André Tanner
1
-0
/
+3
2017-04-14
vis: make certain operations interruptible with <C-c>
Marc André Tanner
1
-1
/
+1
2017-04-04
vis: remove unused struct member
Marc André Tanner
1
-1
/
+0
2017-03-31
vis: add non-default actions for vi compatible n/N motions
Marc André Tanner
1
-0
/
+1
2017-03-19
vis: add infrastructure for user specified operators
Marc André Tanner
1
-3
/
+6
2017-03-19
Move :set horizon option implementaiton to lua
Marc André Tanner
1
-1
/
+0
2017-03-19
Move :set syntax option implementation to lua
Marc André Tanner
1
-1
/
+0
2017-03-14
Restructure display code
Marc André Tanner
1
-1
/
+1
2017-02-24
vis: remove unused struct member
Marc André Tanner
1
-1
/
+0
2017-02-24
vis: make help texts optional to produce a smaller binary
Marc André Tanner
1
-1
/
+1
2017-02-22
vis: add exact count motion flag
Marc André Tanner
1
-0
/
+1
2017-02-07
vis: improve text object handling
Marc André Tanner
1
-0
/
+2
2017-02-07
vis: reformat text object definitions
Marc André Tanner
1
-3
/
+3
2017-02-01
vis: refactor autoindent handling
Marc André Tanner
1
-0
/
+1
2017-01-31
sam: optmize transcript insertion for common case
Marc André Tanner
1
-0
/
+1
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
-1
/
+3
2017-01-19
vis: simplify count handling for insertion
Marc André Tanner
1
-1
/
+0
2017-01-18
vis: support count for insertion and replacement
Marc André Tanner
1
-0
/
+1
2017-01-18
vis: do not take undo snaphots while replaying a macro
Marc André Tanner
1
-0
/
+1
2017-01-16
vis: cleanup regex header inclusion
Marc André Tanner
1
-1
/
+0
2017-01-12
sam: implement parallel grouping behavior
Marc André Tanner
1
-0
/
+8
2017-01-10
vis: add register description to :help output
Marc André Tanner
1
-0
/
+3
2017-01-10
vis: add valid marks to :help output
Marc André Tanner
1
-0
/
+6
2017-01-07
buffer: remove redundant function
Marc André Tanner
1
-1
/
+1
2016-12-29
vis: cleanup key action lifetime management
Marc André Tanner
1
-0
/
+1
2016-12-27
vis: properly free dynamic key bindings
Marc André Tanner
1
-0
/
+1
2016-12-14
vis: add new :set savemethod auto|atomic|inplace option
Marc André Tanner
1
-0
/
+1
2016-11-27
sam: stricter command parsing
Marc André Tanner
1
-0
/
+1
2016-11-27
vis: cleanup signal handling code
Marc André Tanner
1
-0
/
+2
2016-11-22
vis-lua: introduce pre-save hook
Marc André Tanner
1
-0
/
+1
2016-11-21
vis-lua: rename file_save event to file_save_post
Marc André Tanner
1
-1
/
+1
2016-11-16
vis: treat vis_keys_feed input like a macro replay
Marc André Tanner
1
-0
/
+1
2016-11-15
vis: defer UI initialization and overhaul argument parsing
Marc André Tanner
1
-0
/
+1
2016-11-15
vis: overhaul and unify event generation code
Marc André Tanner
1
-0
/
+16
2016-11-15
vis: generalize special stdin handling
Marc André Tanner
1
-1
/
+1
2016-11-11
vis: attempt to use the default shell of the user to execute external commands
Marc André Tanner
1
-0
/
+1
2016-11-09
vis: unify VIS_OP_{INSERT,REPLACE} implementation
Marc André Tanner
1
-0
/
+1
2016-10-27
vis: apply language map only to key values not modifiers
Marc André Tanner
1
-0
/
+1
2016-09-25
vis: disable language map for replacement character of `r` command
Marc André Tanner
1
-0
/
+1
2016-08-24
vis: improve dot (repeat) command implmentation
Marc André Tanner
1
-1
/
+1
[next]