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
/
sam.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-23
Add layout option
Karl Schultheisz
1
-0
/
+6
2018-05-30
vis: add loadmethod option
Marc André Tanner
1
-0
/
+6
2018-05-30
sam: always apply | command to existing selections
Marc André Tanner
1
-1
/
+1
2018-05-30
sam: normalize selections after command execution
Marc André Tanner
1
-0
/
+3
2018-05-30
sam: change nomencalture, use selection where appropriate
Marc André Tanner
1
-16
/
+16
2018-05-16
sam: keep selections after :> command
Marc André Tanner
1
-3
/
+0
2018-04-15
Update year numbers in copyright information
Marc André Tanner
1
-1
/
+1
2018-02-19
sam: fix g/^$/
Marc André Tanner
1
-2
/
+7
2017-07-14
vis-lua: make selection first class primitives in Lua API
Marc André Tanner
1
-3
/
+3
2017-07-10
vis: implement jump list in terms of marks
Marc André Tanner
1
-0
/
+1
2017-07-07
vis: use marks instead of registers to store selections
Marc André Tanner
1
-5
/
+10
2017-06-27
Merge branch 'show-eof' of https://github.com/p-e-w/vis
Marc André Tanner
1
-0
/
+6
2017-06-15
sam: simplify print command implementation
Marc André Tanner
1
-16
/
+11
2017-06-15
vis: rename uses of Cursor to Selection
Marc André Tanner
1
-110
/
+110
2017-06-15
view: rename view_cursors
Marc André Tanner
1
-6
/
+6
2017-06-15
view: rename view_selection_anchored
Marc André Tanner
1
-1
/
+1
2017-06-15
view: rename view_cursors_count
Marc André Tanner
1
-2
/
+2
2017-06-15
view: rename view_cursors_next
Marc André Tanner
1
-4
/
+4
2017-06-15
view: rename view_cursors_selection_start
Marc André Tanner
1
-3
/
+3
2017-06-15
view: rename view_cursors_selection_clear
Marc André Tanner
1
-1
/
+1
2017-06-15
view: rename view_cursors_selection_get
Marc André Tanner
1
-6
/
+6
2017-06-15
view: rename view_cursors_primary_{get,set}
Marc André Tanner
1
-4
/
+4
2017-06-15
view: rename view_cursor_disposed
Marc André Tanner
1
-1
/
+1
2017-06-15
view: rename view_cursors_dispose
Marc André Tanner
1
-4
/
+4
2017-06-15
view: rename view_cursors_new
Marc André Tanner
1
-2
/
+2
2017-06-15
view: remove view_cursors_multiple
Marc André Tanner
1
-1
/
+1
2017-06-15
vis: promote selections to first class primitives
Marc André Tanner
1
-17
/
+14
2017-06-05
sam: fix + address
Marc André Tanner
1
-1
/
+1
2017-06-04
Add option to hide EOF marker
Philipp Emanuel Weidmann
1
-0
/
+6
2017-05-15
sam: use default address for file looping commands
Marc André Tanner
1
-2
/
+4
2017-04-14
vis: make certain operations interruptible with <C-c>
Marc André Tanner
1
-4
/
+4
2017-04-12
sam: fix negative count specifiers from visual mode
Marc André Tanner
1
-2
/
+5
2017-04-12
sam: support %n count specifier matching every n-th selection
Marc André Tanner
1
-0
/
+15
2017-04-12
sam: add support for negative count specifier
Marc André Tanner
1
-10
/
+42
2017-04-12
sam: add support for count specifier to `g` and `y` commands
Marc André Tanner
1
-12
/
+55
2017-04-12
sam: distinguish between empty // and no regex
Marc André Tanner
1
-1
/
+4
2017-04-12
sam: reject command names containing digits or ending with a hyphen
Marc André Tanner
1
-1
/
+6
2017-04-06
sam: properly free transcript in error case
Marc André Tanner
1
-4
/
+19
2017-04-02
Fix Debian package lintian warnings
Marc André Tanner
1
-1
/
+1
2017-03-19
Move :set horizon option implementaiton to lua
Marc André Tanner
1
-6
/
+0
2017-03-19
Move :set theme option implementation to lua
Marc André Tanner
1
-6
/
+0
2017-03-19
Move :set syntax option implementation to lua
Marc André Tanner
1
-6
/
+0
2017-03-19
vis: add infrastructure to dynamically add :set options
Marc André Tanner
1
-29
/
+22
2017-03-02
vis: remove :bdelete command
Marc André Tanner
1
-4
/
+0
2017-02-27
vis: allow useage of file dialog for :read command
Marc André Tanner
1
-13
/
+0
2017-02-24
vis: make help texts optional to produce a smaller binary
Marc André Tanner
1
-62
/
+61
2017-02-21
sam: make sure all commands can be undone
Marc André Tanner
1
-0
/
+2
2017-02-21
sam: reformat code to avoid one level of indentation
Marc André Tanner
1
-34
/
+34
2017-02-09
sam: fix bogus clang compiler warning
Marc André Tanner
1
-1
/
+2
2017-02-08
sam: execute commands even if we have no valid range
Marc André Tanner
1
-2
/
+3
[next]