| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-09-20 | Merge branch 'csi_event' of https://github.com/ezdiy/vis into master | Marc André Tanner | 7 | -0/+42 | |
| 2020-09-17 | filetype: use scheme lexer for racket files | Marc André Tanner | 1 | -1/+1 | |
| Close #868 | |||||
| 2020-09-17 | text: improve text_line_down on the last line of the file | Marc André Tanner | 1 | -0/+2 | |
| Fix #873 | |||||
| 2020-09-17 | vis-lua: provide vis.mark property | Marc André Tanner | 1 | -0/+17 | |
| 2020-09-17 | vis-lua: use utility function to translate mark names | Marc André Tanner | 1 | -9/+7 | |
| 2020-09-17 | vis: provide reverse mapping function for mark names | Marc André Tanner | 2 | -1/+12 | |
| 2020-09-17 | vis-lua: provide vis.register property | Marc André Tanner | 1 | -0/+17 | |
| 2020-09-17 | vis-lua: use utility function to translate register names | Marc André Tanner | 1 | -9/+7 | |
| 2020-09-17 | vis: provide reverse mapping function for register names | Marc André Tanner | 2 | -4/+22 | |
| 2020-09-17 | vis-lua: fix mark_names Lua doc indentation | Marc André Tanner | 1 | -3/+3 | |
| 2020-09-17 | Pass up terminal CSI as events to Lua. | Ez Diy | 7 | -0/+42 | |
| 2020-08-31 | text: improve and simplify inner word text object | Marc André Tanner | 1 | -21/+14 | |
| Previously words ending in special symbols would wrongly be included in range. | |||||
| 2020-08-29 | vis: improve C-n behavior in visual mode | Marc André Tanner | 1 | -3/+9 | |
| Determine the matching behavior based on the first (not primary) selection. Fix #864 | |||||
| 2020-08-29 | vis: implement C-n in normal mode with a mapping to viw | Marc André Tanner | 2 | -21/+1 | |
| 2020-08-29 | text: make inner text objects work on single delimiting symbols | Marc André Tanner | 1 | -4/+10 | |
| See #864 | |||||
| 2020-08-29 | text: provide save function taking a directory descriptor | Marc André Tanner | 3 | -12/+44 | |
| The standard does not specify mkstempat(3). We currently implement it in a non thread safe manner, by temporarily changing the process working directory before invoking mkstemp(3). | |||||
| 2020-08-29 | text: provide load function taking a directory descriptor | Marc André Tanner | 2 | -1/+11 | |
| 2020-08-29 | text: move misplaced text_save documentation snippet | Marc André Tanner | 1 | -4/+4 | |
| 2020-08-14 | vis-lua: fix redraw method name in API documentation | Marc André Tanner | 1 | -1/+1 | |
| 2020-08-14 | vis-lua: make file.modified assignable | Marc André Tanner | 1 | -1/+22 | |
| We fake a modification by doing an insertion followed by a deletion which does not actually change the buffer content. Close #855 | |||||
| 2020-08-01 | doc: update doxygen configuration | Marc André Tanner | 1 | -80/+157 | |
| This was performed by executing: doxygen -u | |||||
| 2020-08-01 | Update copyright year | Marc André Tanner | 3 | -3/+3 | |
| 2020-08-01 | doc: update version number in doxygen config | Marc André Tanner | 1 | -1/+1 | |
| Not sure whether that is actually used somewhere. | |||||
| 2020-08-01 | doc: use c as default sphinx role | Marc André Tanner | 1 | -1/+1 | |
| This might fix the documentation build issue on readthedocs.org. | |||||
| 2020-08-01 | doc: enable C syntax highlighting by default | Marc André Tanner | 1 | -0/+3 | |
| 2020-08-01 | doc: fix a couple of API doc warnings | Marc André Tanner | 4 | -28/+28 | |
| In restructured text double backquotes are used for inline literals. | |||||
| 2020-08-01 | vis: remove ae outer entire text object | Marc André Tanner | 5 | -14/+0 | |
| Use :, which is a short hand for :0,$ instead. | |||||
| 2020-08-01 | vis: remove ie inner entire text object | Marc André Tanner | 7 | -29/+0 | |
| 2020-08-01 | vis: remove z> rightmost pairwise selection combinator | Marc André Tanner | 3 | -47/+0 | |
| 2020-08-01 | vis: remove z< leftmost pairwise selection combinator | Marc André Tanner | 3 | -18/+0 | |
| 2020-08-01 | vis: remove z- shorter pairwise selection combinator | Marc André Tanner | 3 | -20/+0 | |
| 2020-08-01 | vis: remove z+ longer pairwise selection combinator | Marc André Tanner | 3 | -20/+0 | |
| 2020-08-01 | vis: remove z& pairwise selection intersection | Marc André Tanner | 3 | -16/+0 | |
| 2020-08-01 | vis: remove z| pairwise union | Marc André Tanner | 3 | -18/+0 | |
| 2020-08-01 | vis: remove commented entries from default config | Marc André Tanner | 1 | -2/+0 | |
| 2020-08-01 | vis: use ~ instead of ! for selection complement | Marc André Tanner | 2 | -2/+2 | |
| This seems more consistent with the typical set/bit operations. | |||||
| 2020-08-01 | vis: remove ~ as alias for g~ | Marc André Tanner | 2 | -4/+3 | |
| 2020-08-01 | vis: remove window related aliases from default config | Marc André Tanner | 1 | -7/+0 | |
| 2020-08-01 | vis: remove special key aliases from default config | Marc André Tanner | 1 | -12/+0 | |
| These can all be performed using home row keys. | |||||
| 2020-08-01 | test: update | Marc André Tanner | 1 | -13/+5 | |
| 2020-07-17 | test: update | Marc André Tanner | 1 | -5/+13 | |
| 2020-07-17 | support for primary clipboard | Jeremy Bobbin | 5 | -19/+54 | |
| 2020-07-11 | vis-open: add trailing "/" for the folders | Vadym Kochan | 1 | -1/+10 | |
| Add trailing "/" for the folder entries which allows to easy differentiate folders and the regular files. Additionally it allows easy filter only folders by simply enter "/" in the vis-open prompt. Signed-off-by: Vadym Kochan <vadim4j@gmail.com> | |||||
| 2020-07-11 | build: mark distclean and testclean targets as PHONY | Marc André Tanner | 1 | -1/+1 | |
| 2020-07-07 | Makefile: add testclean target | Paride Legovini | 1 | -1/+5 | |
| The target calls `make clean` in the test submodule, if present. The target is called by the `distclean` target. | |||||
| 2020-07-07 | Makefile: add distclean target | Paride Legovini | 1 | -1/+5 | |
| 2020-06-30 | build: define LUA_COMPAT_5_3 | Christian Hesse | 1 | -1/+1 | |
| This is required to build with lua 5.4.x. | |||||
| 2020-06-28 | text: simplify remapping of original file content | Marc André Tanner | 1 | -9/+1 | |
| Use mmap with MAP_FIXED which replaces existing mappings without any race conditions between the munmap/mmap calls. | |||||
| 2020-06-22 | text: remove dead store | Marc André Tanner | 1 | -1/+0 | |
| 2020-06-22 | text: code cleanup, use local variable | Marc André Tanner | 1 | -8/+9 | |
| No functionl change. | |||||
