| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-07-11 | vis: cleanup register related API | Marc André Tanner | 1 | -11/+27 | |
| Also expose all register slots through the Lua API. | |||||
| 2017-07-08 | vis: cleanup marks implementation | Marc André Tanner | 1 | -53/+0 | |
| We now use ' to refer to marks. Mark a is set using 'am and restored using 'aM while this is slightly harder to type than ma and 'a it is consistent with register usage for yank/put and allows a default mark to be used which is handy for quick selection manipulation primitives. | |||||
| 2017-07-07 | vis: use marks instead of registers to store selections | Marc André Tanner | 1 | -12/+27 | |
| The key binding remain the same, but the selections are now stored on a per-buffer basis. | |||||
| 2017-07-04 | vis: implement `gv` by means of new "^ register | Marc André Tanner | 1 | -0/+3 | |
| This window local register holds the last active selections. | |||||
| 2017-06-15 | vis: add function to query which register was specified | Marc André Tanner | 1 | -0/+6 | |
| 2017-06-15 | vis: add basic infrastructure to store selections in registers | Marc André Tanner | 1 | -0/+35 | |
| 2017-06-15 | vis: rename uses of Cursor to Selection | Marc André Tanner | 1 | -1/+1 | |
| 2017-06-15 | view: rename view_cursors_count | Marc André Tanner | 1 | -1/+1 | |
| 2017-04-23 | vis: fix # register count | Marc André Tanner | 1 | -1/+3 | |
| Previously the # register was always reported as containing only one entry. This wrongly caused the first value to be put at all locations. Fix #544 | |||||
| 2017-04-20 | vis: add # register to insert cursor number | Marc André Tanner | 1 | -0/+11 | |
| 2017-04-20 | vis: start cleaning up register related code | Marc André Tanner | 1 | -0/+249 | |
| Now that register.h is no longer used by view.h we can move the struct and function declarations to vis-core.h. | |||||
