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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-13
vis: allow :-commands containing a hyphen
Marc André Tanner
1
-1
/
+1
2016-01-13
vis: add infrastructure to support per window key bindings
Marc André Tanner
4
-16
/
+52
2016-01-13
map: implement map_copy
Marc André Tanner
2
-0
/
+24
2016-01-13
map: fix return value of map_delete
Marc André Tanner
1
-1
/
+1
2016-01-13
vis: implement :map and :unmap
Marc André Tanner
1
-0
/
+77
2016-01-13
vis: cleanup key binding definitions
Marc André Tanner
6
-163
/
+96
2016-01-13
Add -pedantic to debug CFLAGS and fix resulting warnings
Marc André Tanner
6
-17
/
+21
2016-01-13
vis: fix tab expansion if enabled
Marc André Tanner
1
-2
/
+17
2016-01-10
gitignore: Fix pattern
Michael Reed
1
-3
/
+3
2016-01-10
Simplify code by using text_bytes_alloc0
Marc André Tanner
3
-19
/
+4
2016-01-10
text: introduce text_bytes_alloc0 utility function
Marc André Tanner
2
-0
/
+15
2016-01-10
text-motion: fix integer overflow in text_search_{forward,backward}
Marc André Tanner
1
-6
/
+6
2016-01-09
vis-open: Fix indentation
Michael Reed
1
-3
/
+3
2016-01-09
Merge branch 'vis-open' of https://github.com/Pyrohh/vis into master
Marc André Tanner
1
-2
/
+2
2016-01-09
vis-open: Print error message to stderr
Michael Reed
1
-1
/
+1
2016-01-09
vis-open: Use basename of $0 in usage message
Michael Reed
1
-1
/
+1
2016-01-09
Makefile: Use $(MAKE) instead of directly calling `make`
Michael Reed
1
-11
/
+11
2016-01-06
vis: make <C-v> also available at :-command prompt
Marc André Tanner
1
-1
/
+1
2016-01-06
vis: apply <C-v> to all cursors not only primary one
Marc André Tanner
1
-5
/
+2
2016-01-06
vis: enhance <C-v> to recognize a few special keys
Marc André Tanner
1
-28
/
+58
2016-01-02
lexer: sync with upstream scintillua rev bdb74a2f31df
Marc André Tanner
102
-113
/
+493
2015-12-31
Add explicit build commands to README
Marc André Tanner
1
-0
/
+4
2015-12-31
view: fix regression
Marc André Tanner
1
-1
/
+3
2015-12-31
Also remove vis-open when uninstalling
Marc André Tanner
1
-0
/
+1
2015-12-31
Add section about Lua API to README
Marc André Tanner
1
-0
/
+39
2015-12-31
vis-lua: implement vis.events.{start,quit} events
Marc André Tanner
1
-2
/
+11
2015-12-31
vis-lua: implement window.cursor.{line, col, pos}
Marc André Tanner
1
-0
/
+57
2015-12-31
vis-lua: implement vis.lines[..] array
Marc André Tanner
1
-14
/
+90
2015-12-31
text: let text_pos_by_lineno return EPOS if given a too large line number
Marc André Tanner
1
-1
/
+1
2015-12-31
text: introduce text_newline_insert
Marc André Tanner
2
-0
/
+13
2015-12-31
vis-lua: implement vis.open(filename)
Marc André Tanner
1
-0
/
+12
2015-12-31
vis-lua: rename a few functions
Marc André Tanner
1
-35
/
+50
2015-12-31
vis-lua: remove unnecessary casts
Marc André Tanner
1
-8
/
+8
2015-12-29
#111 command line prompt options defaults
Erlend Fagerheim
1
-10
/
+14
2015-12-29
lexer: add some meta data to newly added lexers
Marc André Tanner
4
-3
/
+6
2015-12-29
vis: fix default lua package.path and support $XDG_CONFIG_HOME
Marc André Tanner
2
-14
/
+23
2015-12-29
Clean up build system
Marc André Tanner
3
-47
/
+41
2015-12-29
view: improve cursor handling at end of file
Marc André Tanner
1
-1
/
+1
2015-12-29
view: fix new line handling at the end of visible area
Marc André Tanner
1
-1
/
+1
2015-12-29
view: fix view [start,end] range calculation
Marc André Tanner
1
-1
/
+1
2015-12-28
Update README
Marc André Tanner
1
-287
/
+272
2015-12-26
vis: move file type detection to visrc.lua
Marc André Tanner
3
-120
/
+128
2015-12-26
vis: change Lua package.path to also include vis base directory
Marc André Tanner
1
-8
/
+12
2015-12-26
vis: refactor Lua integration
Marc André Tanner
13
-273
/
+746
2015-12-26
Initialize enum values to the public API ones
Silvan Jegen
1
-2
/
+2
2015-12-20
vis: fix forceful redraw <C-l>
Marc André Tanner
5
-1
/
+13
2015-12-20
Make normal mode 'S' behave like in Vim
Silvan Jegen
1
-1
/
+1
2015-12-03
lexer: add lexer for Faust
David B. Lamkins
2
-0
/
+58
2015-12-02
vis: make <C-w>w an alias for <C-w>j
Marc André Tanner
1
-0
/
+1
2015-11-28
vis: add namespace prefix for MARK_SELECTION_{START,END}
Marc André Tanner
4
-12
/
+12
[next]