SHA256
1
0
forked from pool/vis

Commit Graph

  • ea8812ef1b Merge pull request 'update_0.9' (#1) from mcepl_pkgs/vis:update_0.9 into factory factory Git SCM Staging 2024-07-16 09:43:27 +0200
  • cdcad6374a
    Update to 0.9: This release has been long in the works but its time now. There have been many additions and bugfixes since 0.8. In particular changes to the Lua API have made it easier to extend vis in all sorts of ways that were previously difficult or impossible. As always the appreciation towards contributors new and old can not be understated; thanks goes out to everyone for their efforts! A summary of changes follows: Compare non-existing files by name and existing files by inode Do tilde expansion only for the tilde character at the beginning of the pattern. Add word wrapping via breakat and wrapcolumn options Add ansi escaping values and theming keyword for dimmed text Allow statusbar to disabled Default theme was changed to one that uses the terminal colors directly. filetype: support filetype detection via hashbang filetype: many new file extensions are covered Resync the lexers with Scintillua Implement Selection:remove() Allow underscore (_) in command names Allow nil in vis:pipe() File and Range parameters Add fullscreen param to vis_pipe_collect() and vis:pipe() Access and set all available editor options Implementation of the non-blocking process running Lua API Make expandtab and tabwidth options window-local Drop redrawtime option Add a Lua constant for UI_STYLE_LEXER_MAX Report viewport as lines in addition to bytes Add win:style_pos() for styling a specific window cell. Add UI_DRAW event for last minute changes to the drawn window. Report viewport dimensions Add a basic .editorconfig file Don't set _FORTIFY_SOURCE in configure Many documentation improvements. Make vis-open and vis-complete more POSIX compliant vis-clipboard: clean up bashisms and make shellcheck happy. vis-clipboard: add support for wayclip vis-open: allow to show files vertically fix warning by dealing with error value from fchdir in text-io.c text-io: close "cwd" in all cases vis-complete: Fix commandline options handling vis-clipboard: make xsel honor --selection wl-paste and wl-copy should not add \n to the end of the clipboard. fix a bug with using regex to close windows (i.e. :X/re/q) Limit to lines within range for inner text objects vis-clipboard: don't fail when sel is primary on unsupported platforms fix { moving back too much if cursor is at start of a line Print keybindings containing space correctly in help window Prevent flickering in curses vis-menu: try to preserve valid Unicode points lua: make sure lpeg is in fact optional vis-single: respect TMPDIR lua: fail when mapping a key to an invalid handler type vis_pipe: correctly return non-zero exit status view: skip empty cells before applying a style sam: reject invalid ranges for cmd_extract ("x"/"y") Fix upper/lower case conversions with gU and gu. lua: complete-word: use internal regex for splitting words Theme application was refactored and should be more consistent now. The option names show-spaces, show-tabs, show-newlines, show-eof, and change-256colors are all deprecated and will be removed for the next release, use the name without the - instead (e.g. showeof). This was done to avoid inconsistencies between the lua option names and the :set option names. The complete changelog can be viewed on https://git.sr.ht/~martanne/vis/log/v0.9 Matěj Cepl 2024-07-10 14:19:17 +0200
  • 79b007ac6a
    Be more ignorant Matěj Cepl 2024-07-10 12:12:49 +0200
  • 835bab86b4 Accepting request 1099712 from devel:Factory:git-workflow:staging:mcepl:vis:5 Dominique Leuenberger 2023-07-25 09:50:02 +0000
  • ae79bccdea [info=e7cd93d0c780a4e3a937b0ee5f063a994395722e] Dan Čermák 2023-07-20 10:33:11 +0000
  • 4d9e1e667b Accepting request 1068161 from editors Dominique Leuenberger 2023-02-28 11:49:41 +0000
  • 5394724965 - Add 675-nb-subproc-runner.patch (gh#martanne/vis!675) with support for the non-blocking subprocess runner. Matej Cepl 2023-02-28 11:12:24 +0000
  • 9ce5abf46e Accepting request 1032706 from editors Dominique Leuenberger 2022-11-02 11:46:55 +0000
  • 7a91c094e0 - Update to 0.8: - build: add git based version information back - lexers: fix bug in bash lexer for last here-doc - vis: make O implementation independent of <Up> mapping - fix typos in comments - lua: fix luacheck warnings - vis: rename to/till motion internals - vis: implement multiline to/till motions - vis-lua: provide file.permission property - Mention pkg-config in README - lexers/strace: improve comments, field names and syscall results - lexers/git-rebase: also highlight break command - filetype: Set "bash" for APKBUILD and .ebuild. - filetype: Detect make shebang for "makefile". - Adding .sv extension to verilog syntax highlighter - build: update alpine in docker build to version 3.13 - sam: only skip the last empty match if it follows a newline - sam: produce empty match at the end of looped range - test: update - gitignore: remove vim specific swap files - sam: tweak handling of zero length matches in y commands - sam: simplify trailing match handling for x/y commands - vis: correctly close pipe connected to stdin of external process - add lua5.4 in configure script - vis: Add readline Ctrl+A/E bindings - ci: verify codecov script before using it - ci: verify coverity scan script before using it - filetype: Set "groovy" for Jenkinsfile - README: x/freenode/c/libera/ - Set version to 0.8 Matej Cepl 2022-11-01 15:16:43 +0000
  • a6a19d37f0 Accepting request 871549 from editors Dominique Leuenberger 2021-02-15 22:17:26 +0000
  • 90259c874c - Add BR libselinux-devel to make vis SELinux aware. Matej Cepl 2021-02-05 23:00:53 +0000
  • 019492d6aa Accepting request 854112 from editors Dominique Leuenberger 2020-12-09 21:21:48 +0000
  • 98a3aeae65 - Update to the released version 0.7: This is mostly a bug fix release with fixes for a few cases of undefined behavior and preliminary work for experimentation with different core text management data structures and general editor architecture. - fix UB in core text management data structure - text refactoring, splitting out reusable text iterator and I/O components - new *at() variants taking directory descriptor for file load/save API - more efficient initial file read, avoiding spurious syscalls and copy - text API cleanups, const correctness improvements - increased test coverage for core text data structure - support for Lua 5.4 - Lua API improvements: vis.mark, vis.register, vis.win.file.modified - and support for terminal CSI events - NetBSD support - new :set ignorecase option to search case independently - new visual mode mapping <C-a> to select all matching selections - fix mappings involving non-leading <C-c> - minor file detection fixes for racket, node.js modules, Typescript and liliypond - new lexers for Zig, meson build system, Mikrotik RouterOS scripts, Gemini - improved inner word text object and its use for <C-n> in normal mode - improved <C-n> behavior in visual mode - removed ie, ae inner/outer entire text object, use :, as shorthand for :0,$ - removed pairwise selection combinators z>, z<, z-, z+, z&, z| Matej Cepl 2020-12-08 18:46:59 +0000
  • 2957aa29f3 Accepting request 814686 from editors Dominique Leuenberger 2020-06-15 18:31:54 +0000
  • 0628f60235 Add tests back. Matej Cepl 2020-06-15 10:44:49 +0000
  • e8ee0a2388 - Update to the released version 0.6 (all changes since 0.5): - bounded time syntax highlighting using the :set redrawtime option - support optional count for sam's text commands e.g. :i3/-/ - make <C-n> in visual mode match next occurence of existing selection - warn when attempting to write to an existing file - improved file change detection based on inode instead of path information - fix file saves with modifications in file pre-save events - fix save on file systems without fsync(2) support on directory descriptors - do not unlink file~ when saving file - introduce distinct vis-menu(1) exit codes - modify Lua package.path to include /init.lua - performance improvements for the HTML, XML and YAML lexers - new Julia and Elm lexers, better defaults for standard text lexer - support optional exit status in :q and :qall commands - better temporary file creation using mkstemp(2) - performance improvements in highlight matching parentheses - improved behavior of ^ and $ in searches and looping commands - improved search wrap around behavior - new :set layout option to specify window orientation - improved filetype detection by matching known filenames exactly - support DragonFly BSD in configure script - better manual page, fixed warnings - removed gp, gP, gq - implement g~, gu and gU using tr(1), they are no longer Matej Cepl 2020-06-15 07:58:52 +0000
  • 23307d38bd Accepting request 811839 from editors Dominique Leuenberger 2020-06-05 18:24:09 +0000
  • cb39986a51 - Update to version 0.5+git.1590819266.c37f09e: * test: update * vis: fix implicit enum conversion warning * build: update alpine in docker build to version 3.12 * doc: update outdated version information * doc: update sphinx configuration to python 3 * test: update * text: introduce text_save_method, remove text_save_range * test: update * build: use -O2 by default * vis: cleanup pre-processing of :-commands * Tweak README * vt100: do not crash if termkey is not yet initialized * ui: fix line number drawing * build: fix _XOPEN_SOURCE redefinition warning * vis: make <Escape> reset count in visual modes * vis: make <Escape> reset count in normal mode * lexers: prioritize markdown list rule * lexers: make markdown white space rule less greedy * man: document theme location * Avoid use of VLAs * vt100: use shorter escape sequence to clear screen * Add Julia lexer Matej Cepl 2020-06-05 13:33:44 +0000
  • 29bd171061 Accepting request 794694 from editors Dominique Leuenberger 2020-04-17 22:30:20 +0000
  • 7407c47204 Accepting request 794693 from home:mcepl:branches:editors Matej Cepl 2020-04-16 22:45:02 +0000
  • da1bdebc3b Accepting request 779685 from editors Dominique Leuenberger 2020-02-27 13:36:32 +0000
  • 3ee1cbe7ce - Fix the license: it is ISC, not MIT. Matej Cepl 2020-02-26 23:07:14 +0000
  • 4371f78a65 Switch to less aggressive _service configuration Matej Cepl 2020-02-26 09:21:20 +0000
  • ebfc099354 Accepting request 779315 from home:mcepl:branches:editors Matej Cepl 2020-02-26 08:45:17 +0000
  • e3ccaefe59 Accepting request 779138 from home:mcepl:neovim Martin Pluskal 2020-02-26 08:38:45 +0000