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
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
2015-11-28
vis: do not switch to normal mode when leaving ? and / prompt
Marc André Tanner
1
-1
/
+1
2015-11-28
view: remove ViewEvent infrastructure
Marc André Tanner
5
-28
/
+5
2015-11-28
vis: improve switching to prompt mode
Marc André Tanner
4
-14
/
+26
2015-11-28
vis: implement = operator in terms of fmt(1)
Marc André Tanner
2
-0
/
+7
2015-11-28
vis: add cmd argument to VIS_OP_FILTER
Marc André Tanner
4
-8
/
+34
2015-11-28
view: preserve column position when moving across lines
Marc André Tanner
1
-8
/
+18
2015-11-28
view: remove special treatment of tabs in cell matrix
Marc André Tanner
2
-10
/
+3
2015-11-27
vis: improve cursor alignment command <C-a>
Marc André Tanner
3
-6
/
+22
2015-11-27
vis: improve creation of new cursors on line above/below
Marc André Tanner
1
-6
/
+6
2015-11-27
vis: implement filter operator !
Marc André Tanner
6
-5
/
+33
2015-11-27
vis: change semantics of operator implementation return value
Marc André Tanner
1
-3
/
+3
2015-11-27
vis: close correct file descriptor upon failure in filter command
Marc André Tanner
1
-2
/
+2
2015-11-23
vis: fix compiler warnings related to `ga` implementation
Marc André Tanner
1
-1
/
+2
2015-11-23
vis: use file open dialog for all directories
Marc André Tanner
2
-2
/
+7
2015-11-23
vis: implement ga
Marc André Tanner
2
-0
/
+32
2015-11-23
Cast argument to ctype.h is* functions to unsigned char
Marc André Tanner
2
-37
/
+37
2015-11-23
vis: improve replacement of combining characters
Marc André Tanner
3
-6
/
+32
2015-11-23
view: fix cell placement of combining characters
Marc André Tanner
2
-9
/
+20
2015-11-23
text: introduce functions to iterate over graphemes
Marc André Tanner
3
-7
/
+65
2015-11-20
buffer: tweak memory allocation strategy
Marc André Tanner
1
-4
/
+1
2015-11-20
text: get modification time after replacing file content in place
Marc André Tanner
1
-0
/
+2
2015-11-19
vis: improve <C-p> in visual mode
Marc André Tanner
1
-0
/
+1
2015-11-19
vis: fix <C-n> in visual mode for partial matches
Marc André Tanner
1
-1
/
+1
2015-11-19
buffer: add some comments to clarify allocation strategy
Marc André Tanner
2
-4
/
+9
2015-11-17
vis: put in visual mode should replace the current selection
Marc André Tanner
1
-2
/
+8
2015-11-17
ui: improve fallback code in case of unknown term
Marc André Tanner
2
-2
/
+2
2015-11-14
view: increase range to consider for syntax highlighting
David B. Lamkins
1
-1
/
+1
2015-11-13
lexer: improve pure lexer
David B. Lamkins
1
-11
/
+18
2015-11-11
ui: fall back to xterm-256color if term initialization fails
Marc André Tanner
1
-2
/
+5
2015-11-11
lexer: add lexer for pure
David B. Lamkins
2
-0
/
+55
2015-11-10
build: do not clutter dependency/install with manual pages
Marc André Tanner
1
-1
/
+1
2015-11-10
Update .gitignore
Marc André Tanner
1
-2
/
+2
2015-11-10
lexer: fix some more color specifications
Marc André Tanner
2
-3
/
+3
2015-11-10
build: try to fix make standalone for multiarch systems
Marc André Tanner
1
-1
/
+1
2015-11-10
lexers: fix color specification in diff lexer
David B. Lamkins
1
-3
/
+3
2015-11-09
view: improve window redrawing for shared files/split windows
Marc André Tanner
1
-1
/
+1
2015-11-09
view: correctly redraw window content
Marc André Tanner
1
-1
/
+4
2015-11-08
ui: warn if theme loading failed
Marc André Tanner
1
-2
/
+8
2015-11-08
Clarify build dependencies in README
Marc André Tanner
1
-2
/
+2
2015-11-08
Fix warnings found by static analyzer
Marc André Tanner
4
-6
/
+5
2015-11-08
Mention make local in README
Marc André Tanner
2
-2
/
+5
2015-11-08
Update year numbers in Copyright clause
Marc André Tanner
7
-8
/
+20
2015-11-08
Remove trailing white space from source files
Marc André Tanner
7
-25
/
+25
2015-11-08
Mention new source files in README
Marc André Tanner
1
-2
/
+9
2015-11-08
Delete now obsolete syntax.h
Marc André Tanner
5
-22
/
+14
2015-11-08
vis: map <F1> to :help
Marc André Tanner
1
-0
/
+1
2015-11-08
vis: reindent config.def.h (no functional changes)
Marc André Tanner
2
-283
/
+285
[next]