| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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. | |||||
| 2020-06-22 | text: fix typo in comments, no code change | Marc André Tanner | 1 | -4/+4 | |
| 2020-06-20 | Support wayland clipboard (wl-clipboard) | yory8 | 1 | -0/+17 | |
| 2020-06-07 | build: add git based version information back | Marc André Tanner | 1 | -1/+1 | |
| 2020-06-07 | build: set version to 0.6 | Marc André Tanner | 2 | -3/+3 | |
| 2020-06-07 | ui: fix terminal UI on serial console | Marc André Tanner | 1 | -4/+4 | |
| Make sure we do not override the 80x24 default terminal size with zero size as reported by an actual serial console. | |||||
| 2020-05-30 | test: update | Marc André Tanner | 1 | -5/+5 | |
| 2020-05-30 | vis: fix implicit enum conversion warning | Marc André Tanner | 1 | -1/+1 | |
| 2020-05-30 | build: update alpine in docker build to version 3.12 | Christian Hesse | 1 | -1/+1 | |
| 2020-05-13 | doc: update outdated version information | Marc André Tanner | 1 | -2/+2 | |
| 2020-05-13 | doc: update sphinx configuration to python 3 | Marc André Tanner | 1 | -10/+10 | |
| This was performed automatically using: 2to3 -w conf.py | |||||
| 2020-05-13 | test: update | Marc André Tanner | 1 | -9/+5 | |
| 2020-05-13 | text: introduce text_save_method, remove text_save_range | Marc André Tanner | 2 | -17/+22 | |
| This utility function is analogous to text_load_method and allows the caller to specify how the file should be saved. It is implemented as a wrapper around the lower level text_save_{begin,write,commit} primitives. The unused text_save_range function has been removed. If needed, use the aforementioned lower level functionality. | |||||
| 2020-05-12 | test: update | Marc André Tanner | 1 | -11/+7 | |
| 2020-05-12 | build: use -O2 by default | Marc André Tanner | 1 | -1/+1 | |
| 2020-05-12 | vis: cleanup pre-processing of :-commands | Marc André Tanner | 1 | -5/+5 | |
| Not sure why we need to allocate space for an additional character. This also avoids creating out of bound pointers. | |||||
| 2020-05-12 | Tweak README | Marc André Tanner | 1 | -2/+1 | |
| 2020-05-12 | vt100: do not crash if termkey is not yet initialized | Marc André Tanner | 1 | -0/+1 | |
| Previously calling die would segfault, e.g: $ vis . | |||||
| 2020-04-29 | ui: fix line number drawing | Marc André Tanner | 1 | -2/+2 | |
| Fix #830 | |||||
| 2020-04-29 | build: fix _XOPEN_SOURCE redefinition warning | Marc André Tanner | 1 | -1/+1 | |
| Was also reported in #780. | |||||
| 2020-04-28 | vis: make <Escape> reset count in visual modes | Marc André Tanner | 2 | -1/+17 | |
| 2020-04-28 | vis: make <Escape> reset count in normal mode | Marc André Tanner | 2 | -1/+17 | |
| Fix #825 | |||||
| 2020-04-28 | lexers: prioritize markdown list rule | Marc André Tanner | 1 | -1/+1 | |
| Reorder the list rule such that it matches before the rule for code blocks. There are still some problems with multiline list items which are indented and wrongly matched as code blocks. | |||||
| 2020-04-28 | lexers: make markdown white space rule less greedy | Marc André Tanner | 1 | -1/+1 | |
| This should give the code block rule a chance to actually match something, whereas before all leading white space was already consumed. Fix #823 | |||||
| 2020-04-28 | man: document theme location | Marc André Tanner | 1 | -0/+5 | |
| Fix #824 | |||||
| 2020-04-27 | Avoid use of VLAs | Michael Forney | 7 | -25/+42 | |
