| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-03-21 | build: overhaul build system auto detect stuff using a configure script | Marc André Tanner | 1 | -16/+18 | |
| The new build instructions are: $ ./configure && make && sudo make install The configure script tries to auto detect support for various libraries and compiler options. These choices can be overwritten by explicitly specifing --{en,dis}able-{lua,selinux,acl}. See ./configure --help for all supported options. The configure script generates config.mk which should allow portable (among GNU and BSD make) Makefiles. Manually editing config.mk is still supported. | |||||
| 2016-03-15 | vis: do properly replay ": and "/ registers | Marc André Tanner | 1 | -1/+2 | |
| This makes @: (and @/) work. | |||||
| 2016-03-15 | vis: add support for command register ": | Marc André Tanner | 1 | -0/+1 | |
| 2016-03-13 | Update README to include recent changes to supported registers | Marc André Tanner | 1 | -3/+2 | |
| 2016-03-11 | Update README to reflect changes in multiple cursor support | Marc André Tanner | 1 | -3/+8 | |
| 2016-02-25 | vis: use standard registers for macro recordings | Marc André Tanner | 1 | -2/+3 | |
| Also support upper case register to append to an existing macro. | |||||
| 2016-02-20 | Description for langmap command | xomachine | 1 | -0/+18 | |
| 2016-02-18 | Update README to reflect changes to Lua API | Marc André Tanner | 1 | -5/+14 | |
| 2016-02-18 | vis: use <Tab> to align multiple cursors in normal mode | Marc André Tanner | 1 | -1/+1 | |
| 2016-02-13 | vis: in insert mode <S-Tab> aligns all cursors by inserting spaces | Marc André Tanner | 1 | -0/+4 | |
| 2016-02-12 | Update README to reflect recent development | Marc André Tanner | 1 | -32/+88 | |
| Also fix a few spelling mistakes. | |||||
| 2016-01-19 | Add usage example for file open dialog to README | Silvan Jegen | 1 | -2/+10 | |
| 2015-12-31 | Add explicit build commands to README | Marc André Tanner | 1 | -0/+4 | |
| 2015-12-31 | Add section about Lua API to README | Marc André Tanner | 1 | -0/+39 | |
| 2015-12-29 | #111 command line prompt options defaults | Erlend Fagerheim | 1 | -10/+14 | |
| 2015-12-28 | Update README | Marc André Tanner | 1 | -287/+272 | |
| 2015-12-26 | vis: refactor Lua integration | Marc André Tanner | 1 | -1/+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-11-08 | Clarify build dependencies in README | Marc André Tanner | 1 | -2/+2 | |
| 2015-11-08 | Mention make local in README | Marc André Tanner | 1 | -1/+3 | |
| 2015-11-08 | Mention new source files in README | Marc André Tanner | 1 | -2/+9 | |
| 2015-11-08 | vis: implement :set colorcolumn | Marc André Tanner | 1 | -0/+4 | |
| 2015-11-08 | Update README | Marc André Tanner | 1 | -1/+30 | |
| 2015-10-27 | Update source tree overview section in README | Marc André Tanner | 1 | -2/+2 | |
| 2015-10-05 | Add section about build dependencies to README | Marc André Tanner | 1 | -2/+11 | |
| 2015-08-06 | vis: implement al and il text objects | Marc André Tanner | 1 | -4/+9 | |
| 2015-08-02 | Add short demo screencast to README | Marc André Tanner | 1 | -0/+2 | |
| 2015-08-02 | Update README | Marc André Tanner | 1 | -185/+141 | |
| 2015-08-01 | vis: support `ae` and `ie` text objects | Marc André Tanner | 1 | -0/+3 | |
| 2015-06-27 | Add more thorough description of history to README | Ryan Chipman | 1 | -11/+16 | |
| 2015-06-27 | Edit README to reflect new history implementation | Ryan Chipman | 1 | -6/+10 | |
| 2015-04-22 | Rename window.[ch] to view.[ch] | Marc André Tanner | 1 | -2/+2 | |
| 2015-04-21 | Implement ';' and ',' | Marc André Tanner | 1 | -0/+2 | |
| This fixes #45 | |||||
| 2015-04-11 | Rename README -> README.md | Marc André Tanner | 1 | -0/+597 | |
