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-03-23
Make vis-clipboard executable
Marc André Tanner
1
-0
/
+0
2016-03-23
configure: fix detection of libtermkey
Marc André Tanner
1
-1
/
+1
2016-03-23
configure: use temporary file instead of /dev/null for compiler output
Marc André Tanner
1
-12
/
+13
2016-03-23
Add missing word
Marc André Tanner
1
-1
/
+1
2016-03-23
Remove identically replicated copyright comments from source files
Marc André Tanner
7
-103
/
+34
2016-03-23
vis: use vis-clipboard instead of vis-{copy,paste} scripts
Marc André Tanner
5
-29
/
+6
2016-03-23
Add vis-clipboard script
Richard Burke
1
-0
/
+104
2016-03-22
configure: clear ${C,LD}FLAGS_LUA in error case
Marc André Tanner
1
-0
/
+2
2016-03-22
configure: exchange _{BSD,DARWIN_C}_SOURCE defines
Marc André Tanner
1
-2
/
+2
2016-03-21
Remove bashisms from configure script.
Richard Burke
1
-4
/
+7
2016-03-21
vis: also lookup Lua support files relative to the binary location
Marc André Tanner
5
-5
/
+23
2016-03-21
configure: probe for hardening flags
Marc André Tanner
1
-1
/
+8
2016-03-21
configure: probe for size optimizing flags (disabled for now)
Marc André Tanner
1
-0
/
+3
2016-03-21
build: reorder some variables
Marc André Tanner
2
-6
/
+8
2016-03-21
build: create empty config.mk if it does not exist
Marc André Tanner
1
-0
/
+3
2016-03-21
configure: make vis depend on config.mk
Christian Hesse
1
-1
/
+1
2016-03-21
build: add vis subdirectory to $SHAREPREFIX
Marc André Tanner
1
-5
/
+5
2016-03-21
configure: make man and share directories configurable
Christian Hesse
1
-2
/
+8
2016-03-21
configure: fix install prefix for man and share directories
Christian Hesse
1
-0
/
+2
2016-03-21
configure: fix condition for libselinux
Christian Hesse
1
-2
/
+2
2016-03-21
configure: fix condition for libacl
Christian Hesse
1
-2
/
+2
2016-03-21
configure: fix condition for liblua
Christian Hesse
1
-4
/
+4
2016-03-21
configure: fix condition for libtermkey
Christian Hesse
1
-2
/
+2
2016-03-21
configure: fix condition for ncurses
Christian Hesse
1
-4
/
+4
2016-03-21
build: overhaul build system auto detect stuff using a configure script
Marc André Tanner
6
-254
/
+663
2016-03-15
vis: do not segfault when given a NULL command to process
Marc André Tanner
1
-0
/
+2
2016-03-15
vis: do properly replay ": and "/ registers
Marc André Tanner
2
-1
/
+9
2016-03-15
vis: slightly cleanup register related code
Marc André Tanner
4
-7
/
+12
2016-03-15
vis: add support for command register ":
Marc André Tanner
4
-0
/
+5
2016-03-15
text: improve ENOSPC handling when saving
Marc André Tanner
1
-0
/
+3
2016-03-14
text-regex: fix possible infinite loop when searching backwards
Marc André Tanner
1
-1
/
+11
2016-03-13
Update README to include recent changes to supported registers
Marc André Tanner
1
-3
/
+2
2016-03-13
vis: convert gn and gN text objects to use "/ register content
Marc André Tanner
4
-7
/
+13
2016-03-12
ui/view: general code cleanup
Marc André Tanner
3
-14
/
+19
2016-03-12
ui: use correct default cell style
Marc André Tanner
1
-1
/
+4
2016-03-12
view: cleanup default ui style handling
Marc André Tanner
1
-28
/
+25
2016-03-12
vis-lua: allow to set window.syntax = nil
Marc André Tanner
2
-1
/
+6
2016-03-12
view: also load lua theme for windows without syntax highlighting
Marc André Tanner
1
-7
/
+7
2016-03-12
ui: make primary cursor blink even if no lua theme has been loaded
Marc André Tanner
1
-4
/
+4
2016-03-12
vis: overhaul search related code, support "/ register
Marc André Tanner
5
-19
/
+51
2016-03-12
register: add function to set register content to arbitrary data
Marc André Tanner
2
-0
/
+5
2016-03-12
register: make sure returned register content is always NUL terminated
Marc André Tanner
1
-1
/
+4
2016-03-12
register: rename register put related functions
Marc André Tanner
3
-8
/
+8
2016-03-11
Update README to reflect changes in multiple cursor support
Marc André Tanner
1
-3
/
+8
2016-03-11
ui: also blink primary cursor if it is on a blank cell
Marc André Tanner
2
-1
/
+5
2016-03-11
vis: respect count for <C-d> and <C-u>
Marc André Tanner
1
-10
/
+13
2016-03-10
view: add query function for multiple cursors
Marc André Tanner
4
-6
/
+11
2016-03-10
ui: make primary cursor blink
Marc André Tanner
5
-1
/
+12
2016-03-10
ui: add support for blink style attribute
Marc André Tanner
1
-0
/
+4
2016-03-10
vis: let <C-u> and <C-d> in visual mode move to prev/next cursor
Marc André Tanner
2
-4
/
+40
[next]