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
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-31
vis: add non-default actions for vi compatible n/N motions
Marc André Tanner
1
-0
/
+12
2017-03-31
vis: rename search related constants
Marc André Tanner
1
-10
/
+10
2017-03-22
vis: fix wrap around with <C-n>
Marc André Tanner
1
-0
/
+2
2017-03-19
Move :set syntax option implementation to lua
Marc André Tanner
1
-1
/
+0
2017-03-14
Add experimental raw vt100 UI backend
Marc André Tanner
1
-1
/
+2
2017-03-14
Restructure display code
Marc André Tanner
1
-2
/
+3
2017-03-05
vis: remove word and file name completion from editor core
Marc André Tanner
1
-77
/
+0
2017-03-04
vis: process command line options when reading from stdin
Marc André Tanner
1
-6
/
+7
2017-02-25
vis: add vis- prefix to pseudo editor keys
Marc André Tanner
1
-163
/
+163
2017-02-24
vis: make help texts optional to produce a smaller binary
Marc André Tanner
1
-178
/
+178
2017-02-23
vis: remove `gf` and `<C-w>gf` functionality
Marc André Tanner
1
-36
/
+0
2017-02-23
vis: remove number increment/decrement functionality
Marc André Tanner
1
-59
/
+0
2017-02-22
vis: simplify `r` implementation and fix cursor positioning
Marc André Tanner
1
-10
/
+2
2017-02-15
vis: use single function call to print version information
Marc André Tanner
1
-12
/
+6
2017-02-15
vis: remove motion and text objects related to C functions
Marc André Tanner
1
-36
/
+0
2017-02-15
text-motions: remove unused text_line_lastchar
Marc André Tanner
1
-6
/
+0
2017-02-14
vis: add compile time features to version output
Marc André Tanner
1
-1
/
+12
2017-02-10
vis: make r handle special keys like <Tab>
Marc André Tanner
1
-8
/
+4
2017-02-10
vis: make t, T, f and F work for special keys
Marc André Tanner
1
-9
/
+5
2017-02-08
vis: make `ga` and `g8` more robust
Marc André Tanner
1
-1
/
+5
2017-02-06
Disable keymap for movement_key character
Michael Forney
1
-1
/
+6
2017-02-04
view: do not let new cursors automatically become primary
Marc André Tanner
1
-8
/
+12
2017-02-02
Slight code cleanups, use buffer API where appropriate
Marc André Tanner
1
-3
/
+2
2017-02-01
vis: fix repetition of O when given a count
Marc André Tanner
1
-0
/
+2
2017-01-28
vis: deindent blank autoindented lines when leaving insert mode
Marc André Tanner
1
-2
/
+2
2017-01-27
vis: do not set count when handling 0 motion
Marc André Tanner
1
-1
/
+2
2017-01-19
vis: make <C-n> in visual mode wrap around
Marc André Tanner
1
-6
/
+13
2017-01-19
vis: remove <C-o> mapping in insert mode
Marc André Tanner
1
-6
/
+0
2017-01-18
vis: support count for insertion and replacement
Marc André Tanner
1
-2
/
+10
2016-12-26
fix help text for next/prev match
Erlend Fagerheim
1
-2
/
+2
2016-12-21
vis: implement `gh` and `gl` to move by relative byte offsets
Marc André Tanner
1
-0
/
+12
2016-12-21
vis: implement `go` to move to absolute byte position
Marc André Tanner
1
-0
/
+6
2016-12-21
vis: implement g8
Marc André Tanner
1
-4
/
+15
2016-12-20
vis: improve literal insertion via <C-v> in insert mode
Marc André Tanner
1
-21
/
+6
2016-12-20
vis: improve ga
Marc André Tanner
1
-9
/
+20
2016-12-19
vis: introduce vis_register_from utility function
Marc André Tanner
1
-37
/
+17
2016-12-09
Remove useless variable assignment
Marc André Tanner
1
-1
/
+0
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-11-28
vis: move mark description into core code
Marc André Tanner
1
-19
/
+6
2016-11-27
vis: cleanup signal handling code
Marc André Tanner
1
-4
/
+20
2016-11-26
vis: re-open /dev/tty read-writeable
Marc André Tanner
1
-1
/
+1
2016-11-25
vis: fix I/O redirection bugs, cleanup vis_pipe
Marc André Tanner
1
-1
/
+1
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
sam: use default shell command for <, >, | and ! when applicaple
Marc André Tanner
1
-0
/
+2
2016-11-15
vis: defer UI initialization and overhaul argument parsing
Marc André Tanner
1
-0
/
+64
2016-11-09
vis: handle cancelation of `r` command
Marc André Tanner
1
-0
/
+3
2016-11-09
vis: improve `r` in normal and replace mode
Marc André Tanner
1
-3
/
+20
2016-11-09
vis: unify VIS_OP_{INSERT,REPLACE} implementation
Marc André Tanner
1
-3
/
+3
[next]