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-05-24
vis-lua: cleanup Lua status bar display code
Marc André Tanner
1
-1
/
+1
2016-05-22
vis-lua: add win:status function
Marc André Tanner
1
-0
/
+1
2016-05-22
vis-lua: add vis.recording property
Marc André Tanner
1
-0
/
+1
2016-05-22
vis-lua: add window.{width, height} read only properties
Marc André Tanner
1
-0
/
+1
2016-05-22
vis-lua: add vis.VERSION property
Marc André Tanner
1
-0
/
+1
2016-05-22
vis-lua: add window.viewport range
Marc André Tanner
1
-0
/
+1
2016-05-22
vis-lua: add bindings for new view style functions
Marc André Tanner
1
-0
/
+2
2016-05-22
We don't use slmenu, so don't mention it.
Tim Allen
1
-3
/
+2
2016-05-14
vis-lua: add win:map function for window local key mappings
Marc André Tanner
1
-0
/
+1
2016-05-04
vis-lua: add new theme_change event hook
Marc André Tanner
1
-0
/
+1
2016-05-04
note that primary cursor is not blinking
Erlend Fagerheim
1
-1
/
+2
2016-05-01
vis-lua: expose vis:feedkeys API
Marc André Tanner
1
-0
/
+1
2016-04-29
vis: move non-configuration sections out of visrc.lua into vis.lua
Marc André Tanner
1
-0
/
+1
2016-04-26
vis-lua: add file.modified property
Marc André Tanner
1
-0
/
+1
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
[next]