aboutsummaryrefslogtreecommitdiff
path: root/vis.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-10vis_pipe: correctly return non-zero exit statusRandy Palamar1-1/+4
2023-08-27Make expandtab option window-localAlexey Yerin1-2/+2
2023-08-27Make tabwidth option window-localAlexey Yerin1-3/+1
2023-08-24Implementation of the non-blocking process running Lua APIxomachine1-1/+4
2023-08-01Prevent flickering in cursesIan Hixson1-0/+8
2023-07-18Add fullscreen param to vis_pipe_collect() and Lua API vis:pipe()Jörg Bakker1-4/+6
2023-06-06Limit to lines within range for inner text objectsMiles Canfield1-0/+3
2022-11-29fix miscellaneous spelling mistakesNick Hanley1-1/+1
2022-07-27vis: Some duplicate files were overlooked due to a condition in the wrong placeTom Schwindl1-5/+7
2022-07-23vis: Compare non-existing files by name and existing files by inodeTom Schwindl1-5/+12
2022-07-12vis: Compare inodes instead of filenamesTom Schwindl1-3/+8
2021-02-15vis: correctly close pipe connected to stdin of external processMarc André Tanner1-2/+2
2020-12-10fix typos in commentsMoesasji1-2/+2
2020-11-14vis: fix <C-c> processing after SIGINTMarc André Tanner1-1/+2
2020-09-20Merge branch 'emg-add-ignorecase' of https://github.com/deepcube/vis into masterMarc André Tanner1-1/+2
2020-09-19Add ignorecase optionEvan Gates1-1/+2
2020-09-17Pass up terminal CSI as events to Lua.Ez Diy1-0/+15
2020-07-17support for primary clipboardJeremy Bobbin1-0/+1
2020-05-12vis: cleanup pre-processing of :-commandsMarc André Tanner1-5/+5
2020-03-18Merge branch 'single-cursor-is-primary' of https://github.com/3dc1d3/visMarc André Tanner1-2/+1
2020-03-17color-column: Don't change fg/bg if not set explicitlyGennadiy Volkov1-1/+6
2020-03-17Set single cursor style as primary, not secondaryGennadiy Volkov1-2/+1
2020-02-07vis: restore mode when dot-repeatingGeorgi Kirilov1-0/+1
2020-02-07Merge branch 'fix-cc-cell' of https://github.com/zsugabubus/visMarc André Tanner1-5/+6
2020-02-04vis: make core code more robustMarc André Tanner1-13/+41
2020-01-27vis: make r<Enter> insert a new lineMarc André Tanner1-1/+1
2020-01-27vis: pass absolute path to pre/post save eventsMarc André Tanner1-1/+1
2020-01-26vis: don't search off screen when highlighting matchesGeorgi Kirilov1-1/+2
2020-01-12vis: don't draw colorcolumn after the endzsugabubus1-5/+6
2018-05-30vis: add loadmethod optionMarc André Tanner1-1/+1
2018-05-16vis: remove v and V in operator pending modeMarc André Tanner1-1/+1
2018-01-26vis: insert carriage return upon <C-v><C-j> in insert modeMarc André Tanner1-1/+1
2017-12-09vis: make selections visible when lua support has been disabledMarc André Tanner1-2/+6
2017-11-04vis: take symbolic keys into account when evaluating key prefixesMarc André Tanner1-6/+32
2017-09-15vis: remove ! operatorMarc André Tanner1-11/+1
2017-07-23vis: use strncpy to copy into fixed sized bufferMarc André Tanner1-1/+1
2017-07-23vis: only draw selections of currently active windowMarc André Tanner1-2/+3
2017-07-17vis: specify window in mark related APIMarc André Tanner1-1/+1
2017-07-14vis: use distinct mark to save last selectionsMarc André Tanner1-1/+13
2017-07-14vis-lua: make selection first class primitives in Lua APIMarc André Tanner1-1/+1
2017-07-11Revert "vis: process aliased key sequences individually"Marc André Tanner1-12/+2
2017-07-10vis: let '^ mark point to top of jump listMarc André Tanner1-11/+1
2017-07-10vis: implement jump list in terms of marksMarc André Tanner1-20/+7
2017-07-08vis: cleanup marks implementationMarc André Tanner1-16/+1
2017-07-07vis: use marks instead of registers to store selectionsMarc André Tanner1-11/+9
2017-07-04vis: implement `gv` by means of new "^ registerMarc André Tanner1-12/+10
2017-07-04vis: process aliased key sequences individuallyMarc André Tanner1-2/+12
2017-06-27vis: properly set initial window ui optionsMarc André Tanner1-1/+2
2017-06-27Merge branch 'show-eof' of https://github.com/p-e-w/visMarc André Tanner1-1/+1
2017-06-27Merge branch 'theme-tweaks-2' of https://github.com/p-e-w/visMarc André Tanner1-1/+1