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
/
README.md
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-23
Mention NixOS package in README
Marc André Tanner
1
-0
/
+1
2016-04-21
vis-lua: allow selection modification by assigning to cursor.selection
Marc André Tanner
1
-1
/
+1
2016-04-21
vis-lua: implement vis:message(msg)
Marc André Tanner
1
-1
/
+2
2016-04-21
vis-lua: also accept a range as argument for file:delete and file:content
Marc André Tanner
1
-7
/
+11
2016-04-21
vis-lua: add vis:command_register to map a Lua function to a :-command
Marc André Tanner
1
-0
/
+1
2016-04-19
vis: add :set horizon option
David B. Lamkins
1
-0
/
+4
2016-04-19
Integrate vis-test git submodule
Marc André Tanner
1
-3
/
+3
2016-04-17
Mention #vis-editor IRC channel in README
Marc André Tanner
1
-0
/
+3
2016-04-17
Mention slmenu(1) in README
Marc André Tanner
1
-1
/
+3
2016-04-16
vis-lua: add vis.mode property
Marc André Tanner
1
-0
/
+1
2016-04-16
vis-lua: update API documentaiton in README
Marc André Tanner
1
-1
/
+3
2016-04-16
vis-lua: add cursor.selection property
Marc André Tanner
1
-0
/
+1
2016-04-16
vis-lua: add window.cursors[] array
Marc André Tanner
1
-0
/
+1
2016-04-16
vis-lua: add window.cursors_iterator function
Marc André Tanner
1
-0
/
+1
2016-04-16
vis-lua: add cursor.number property
Marc André Tanner
1
-0
/
+1
2016-04-15
vis-lua: change cursor object implementation
Marc André Tanner
1
-2
/
+2
2016-04-15
vis-lua: add file.size to return file size in bytes
Marc André Tanner
1
-0
/
+1
2016-04-15
vis-lua: add file.newlines to detect type of new lines
Marc André Tanner
1
-0
/
+1
2016-04-14
Merge branch 'package-smgl' of https://github.com/vaygr/vis
Marc André Tanner
1
-0
/
+1
2016-04-13
vis: make = operator an alias for gq, both currently use fmt(1)
Marc André Tanner
1
-1
/
+2
2016-04-12
Add "[(" and "])" motions for jumping to a parenthese pair's start/end
Rob Pilling
1
-0
/
+2
2016-04-12
Add "[{" and "]}" motions to jump to a block's start/end
Rob Pilling
1
-0
/
+2
2016-04-12
README.md: add coverity scan build status badge
Marc André Tanner
1
-2
/
+2
2016-04-11
added link to new SMGL package for vis
Vlad Glagolev
1
-0
/
+1
2016-04-11
README.md: add travis-ci build status badge
Steven Noonan
1
-0
/
+3
2016-04-11
Update developer overview section in README
Marc André Tanner
1
-16
/
+21
2016-04-10
Merge branch 'master' of https://github.com/erig0/vis
Marc André Tanner
1
-0
/
+1
2016-04-09
README.md: Add pkgsrc to the distribution packages list
Eric Garver
1
-0
/
+1
2016-04-09
[README] unmap requires <mode>
Josh Wainwright
1
-1
/
+1
2016-04-08
Add more detail on configuring to README.md
larryhynes
1
-1
/
+17
2016-04-08
Add section on visrc.lua to README.md
larryhynes
1
-0
/
+8
2016-04-08
Mention a few more distribution packages in README
Marc André Tanner
1
-0
/
+2
2016-04-07
Update README.md
Lawrence Luo
1
-1
/
+1
2016-04-07
Commands and movements on alphabetic order.
Joshua Haase
1
-56
/
+55
2016-04-05
Update README with newer screen cast
Marc André Tanner
1
-1
/
+1
2016-04-05
Update README to include latest multiple cursors related key bindings
Marc André Tanner
1
-2
/
+7
2016-04-03
Update README to reflect sam(1) integration
Marc André Tanner
1
-50
/
+16
2016-04-03
Add section about new command language to README
Marc André Tanner
1
-8
/
+94
2016-04-03
vis: in visual mode let \ trim selections
Marc André Tanner
1
-0
/
+1
2016-03-30
vis: implement selection rotation
Marc André Tanner
1
-0
/
+2
2016-03-29
README: add a paragraph about distribution packages
Christian Hesse
1
-0
/
+4
2016-03-28
Update README section about multiple cursor key bindings
Marc André Tanner
1
-17
/
+21
2016-03-23
vis: use vis-clipboard instead of vis-{copy,paste} scripts
Marc André Tanner
1
-1
/
+1
2016-03-21
vis: also lookup Lua support files relative to the binary location
Marc André Tanner
1
-2
/
+1
2016-03-21
build: overhaul build system auto detect stuff using a configure script
Marc André Tanner
1
-16
/
+18
2016-03-15
vis: do properly replay ": and "/ registers
Marc André Tanner
1
-1
/
+2
2016-03-15
vis: add support for command register ":
Marc André Tanner
1
-0
/
+1
2016-03-13
Update README to include recent changes to supported registers
Marc André Tanner
1
-3
/
+2
2016-03-11
Update README to reflect changes in multiple cursor support
Marc André Tanner
1
-3
/
+8
2016-02-25
vis: use standard registers for macro recordings
Marc André Tanner
1
-2
/
+3
[next]