| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-01-13 | Make J also join lines spanning multiple screen lines | Marc André Tanner | 1 | -1/+1 | |
| 2015-01-13 | Change default line up/down movements to match vim | Marc André Tanner | 1 | -8/+12 | |
| 2015-01-12 | Change ledger syntax regex to work with BSD regex | Philip Linde | 1 | -5/+5 | |
| 2015-01-11 | Print prettier status bar when given no file name | Marc André Tanner | 1 | -1/+2 | |
| 2015-01-11 | Merge branch 'ledger-syntax' of https://github.com/clehner/vis | Marc André Tanner | 1 | -1/+42 | |
| 2015-01-10 | Add syntax rules for Ledger journals | Charles Lehner | 1 | -0/+41 | |
| 2015-01-09 | Add rudimentary markdown syntax support | jvoisin | 1 | -0/+31 | |
| The spec is here: http://daringfireball.net/projects/markdown/syntax Currently, it doesn't support Setext headers and hard-wrapped quotes. | |||||
| 2015-01-06 | Rudimentary change list (accessible via g; and g,) | Marc André Tanner | 1 | -0/+2 | |
| 2015-01-06 | Change :open to create a new window if no argument is given | Marc André Tanner | 1 | -1/+1 | |
| Use it for the creation of a new window without changing the layout as split and vsplit do. Map it to CTRL+w n. | |||||
| 2015-01-06 | Add default settings for editor startup | Marc André Tanner | 1 | -0/+5 | |
| 2015-01-06 | Support per file type settings | Marc André Tanner | 1 | -0/+5 | |
| This adds yet another layer of indirection. exec_cmdline_command should take a const char pointer and not modify its argument. | |||||
| 2015-01-06 | Fix some compiler warnings | Marc André Tanner | 1 | -2/+3 | |
| 2015-01-04 | Simplify jump to line :nnn | Marc André Tanner | 1 | -1/+0 | |
| As a side effect this also allows to jump to marks via :'m | |||||
| 2015-01-04 | Change window_cursor_getxy API | Marc André Tanner | 1 | -3/+2 | |
| 2015-01-03 | Add the :x(it)? command | Matthias Braun | 1 | -0/+1 | |
| 2015-01-03 | Fix :quit regex | Matthias Braun | 1 | -1/+1 | |
| 2015-01-03 | Fix size_t specifiers in format strings | Matthias Braun | 1 | -1/+1 | |
| 2015-01-03 | Add python syntax support | Matias Linares | 1 | -0/+39 | |
| 2015-01-02 | Make last insertion/replacement repeatable with '.' | Marc André Tanner | 1 | -0/+16 | |
| 2015-01-02 | Rip out insertion repeating infrastructure | Marc André Tanner | 1 | -3/+0 | |
| 2015-01-01 | Add rudimentary support for jump list (CTRL+{O,I}) | Marc André Tanner | 1 | -0/+2 | |
| 2014-12-23 | Distinct between inner and outer word text objects | Marc André Tanner | 1 | -4/+4 | |
| 2014-12-18 | Macro support | Marc André Tanner | 1 | -3/+8 | |
| At some point this should be optimized further at the moment there is some 20 byte overhead for each entered key. | |||||
| 2014-11-10 | Improve syntax highlighting of C style comments ending in **/ | Marc André Tanner | 1 | -1/+1 | |
| Based on a patch from Augusto Born de Oliveira and ideas from http://ostermiller.org/findcomment.html | |||||
| 2014-10-25 | Fix mode switching bugs | Marc André Tanner | 1 | -3/+13 | |
| 2014-10-24 | Make command prompt available in visual modes | Marc André Tanner | 1 | -3/+4 | |
| 2014-10-19 | <End> goes past end in insert mode | Stephen Paul Weber | 1 | -0/+1 | |
| Just like in vim | |||||
| 2014-10-19 | Toggle case operator | Stephen Paul Weber | 1 | -0/+1 | |
| In vim, :set tildeop to get this behaviour | |||||
| 2014-10-17 | Make editor usable as a filter: echo foo | vis - | cat | Marc André Tanner | 1 | -1/+1 | |
| The terminal output is by default redirected to stderr, making stdout available for communications purposes. If a file is "opened" from stdin (i.e. vis is given '-' as argument) and a subsequent write without a filename is performed as in ":wq" the output is written to stdout. | |||||
| 2014-10-07 | Add syntax rules for Haskell | Stephen Paul Weber | 1 | -4/+64 | |
| 2014-09-30 | Improve some syntax highlighting rules | Marc André Tanner | 1 | -4/+4 | |
| 2014-09-30 | Make text objects available in visual mode | Marc André Tanner | 1 | -16/+27 | |
| 2014-09-30 | Clean up visual mode handling | Marc André Tanner | 1 | -4/+6 | |
| 2014-09-30 | Unbreak 'J' in normal mode | Marc André Tanner | 1 | -1/+1 | |
| 2014-09-30 | Allow to supend the editor via CTRL-Z | Marc André Tanner | 1 | -0/+1 | |
| 2014-09-30 | Promote join to an operator | Marc André Tanner | 1 | -1/+2 | |
| Make 'J' work on a selection in visual mode. | |||||
| 2014-09-28 | Make '.' repeat last insertion | Marc André Tanner | 1 | -0/+3 | |
| 2014-09-27 | Add insert mode key bindings CTRL-X+CTRL-{E,Y} | Marc André Tanner | 1 | -0/+2 | |
| 2014-09-27 | Hook up shifting in insert mode via CTRL-{D,T} | Marc André Tanner | 1 | -0/+2 | |
| 2014-09-27 | Implement 'zt', 'zz', 'zb' | Marc André Tanner | 1 | -0/+3 | |
| In particular 'zb' might not work if there are wrapped lines involved. | |||||
| 2014-09-27 | Implement '#' | Marc André Tanner | 1 | -1/+2 | |
| 2014-09-27 | Add text objects for word (lowercase) variant | Marc André Tanner | 1 | -2/+4 | |
| 2014-09-27 | Implement :bdelete | Marc André Tanner | 1 | -0/+1 | |
| 2014-09-27 | Implement proper distinction between word and WORD | Marc André Tanner | 1 | -4/+4 | |
| 2014-09-25 | Realign a few code blocks, no functional changes | Marc André Tanner | 1 | -103/+103 | |
| 2014-09-25 | Add infrastructure for word (lowercase) motions | Marc André Tanner | 1 | -0/+1 | |
| This unfortunately doesn't work as is which is why it is not actually hooked up to key bindings. | |||||
| 2014-09-25 | Perform some renames in preparation for different word types | Marc André Tanner | 1 | -14/+14 | |
| 2014-09-25 | Exit command prompt if last character is deleted | Marc André Tanner | 1 | -0/+1 | |
| 2014-09-25 | Accept :se as abbreviation for :set | ale rimoldi | 1 | -1/+1 | |
| 2014-09-25 | Implement '*' | Marc André Tanner | 1 | -0/+1 | |
| This still has a couple of problems: - it uses the regular expression search (because 'n' and 'N' should operate on the same search term) - the word should be deliminited not only by spaces but also by special symbols. this should be fixed once the word/WORD distinction gets implemented | |||||
