| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| Lua support can now be disabled at compile time using: $ make CONFIG_LUA=0 This commit also adds an initial Lua API and provides a few default hooks. We now also require Lua >= 5.2 due to the uservalue constructs. In principle the same functionality could be implemented using function environments from Lua 5.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 | |
| The only used event handler was used to update the '< and '> marks which is now taken care of by the leave handler of the visual modes. | |||||
| 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 | |
| The lua based lexers are searched in the following order: $VIS_PATH/lexers $HOME/.vis/lexers /usr/share/vis/lexers followed by the standard lua package.path | |||||
| 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 | |
