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
/
vis-core.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-05
vis: remove left over from :sam command
Marc André Tanner
1
-1
/
+0
2016-04-03
sam: add infrastructure to support multi letter commands
Marc André Tanner
1
-0
/
+1
2016-03-13
vis: convert gn and gN text objects to use "/ register content
Marc André Tanner
1
-1
/
+0
2016-02-25
vis: use standard registers for macro recordings
Marc André Tanner
1
-2
/
+1
2016-02-18
Add infrastructure to register custom text object functions
Marc André Tanner
1
-0
/
+3
2016-02-18
Add infrastructure to add custom motion functions
Marc André Tanner
1
-0
/
+4
2016-02-18
vis: add insfrastructure to support global key mappings
Marc André Tanner
1
-0
/
+1
2016-02-12
vis: respect window local mappings for child modes
Marc André Tanner
1
-0
/
+1
2016-02-12
Mark some tables as const
Marc André Tanner
1
-3
/
+3
2016-02-11
vis: add support for different kind of text objects
Marc André Tanner
1
-4
/
+6
2016-01-30
Cleanup register implementation
Marc André Tanner
1
-0
/
+1
2016-01-30
Improve Lua error reporting
Marc André Tanner
1
-0
/
+1
2016-01-27
vis: remove unused struct Mode member 'is_user'
Marc André Tanner
1
-1
/
+0
2016-01-14
vis: move prompt handling to separate file
Marc André Tanner
1
-0
/
+1
2016-01-14
vis: more cleanups
Marc André Tanner
1
-3
/
+1
2016-01-14
vis: s/moves/vis_motions/g
Marc André Tanner
1
-4
/
+1
2016-01-14
vis: s/ops/vis_operators/g
Marc André Tanner
1
-1
/
+1
2016-01-14
vis: s/VIS_MODE_LAST/VIS_MODE_INVALID/g
Marc André Tanner
1
-2
/
+2
2016-01-14
vis: move text object definitions to separate file
Marc André Tanner
1
-1
/
+2
2016-01-13
Implement command/search prompt history as a regular file
Marc André Tanner
1
-3
/
+7
2016-01-13
vis: add infrastructure to support per window key bindings
Marc André Tanner
1
-0
/
+1
2015-12-26
vis: refactor Lua integration
Marc André Tanner
1
-0
/
+1
2015-12-26
Initialize enum values to the public API ones
Silvan Jegen
1
-2
/
+2
2015-11-28
view: remove ViewEvent infrastructure
Marc André Tanner
1
-1
/
+0
2015-11-08
Remove trailing white space from source files
Marc André Tanner
1
-1
/
+1
2015-11-08
vis: experimental support for lua/lpeg based syntax highlighting
Marc André Tanner
1
-0
/
+1
2015-11-08
vis: remove regex based syntax highlighting
Marc André Tanner
1
-1
/
+0
2015-11-08
vis: more comments and cleanups
Marc André Tanner
1
-61
/
+66
2015-11-07
vis: prefix enum VisMotion values with VIS_
Marc André Tanner
1
-1
/
+1
2015-11-07
vis: prefix enum VisOperator values with VIS_
Marc André Tanner
1
-2
/
+2
2015-11-07
vis: API documentation and cleanup
Marc André Tanner
1
-1
/
+2
2015-11-07
vis: introduce vis_cancel API
Marc André Tanner
1
-1
/
+1
2015-11-07
vis: move modes into separate file
Marc André Tanner
1
-0
/
+5
2015-11-07
vis: move operators to separate file
Marc André Tanner
1
-0
/
+7
2015-11-07
vis: move motions to separate file
Marc André Tanner
1
-0
/
+2
2015-11-07
vis: move :-commands into their own file
Marc André Tanner
1
-0
/
+161