Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

kakoune-2025.06.03-1.1 RPM for armv6hl

From OpenSuSE Ports Tumbleweed for armv6hl

Name: kakoune Distribution: openSUSE Tumbleweed
Version: 2025.06.03 Vendor: openSUSE
Release: 1.1 Build date: Tue Jun 3 13:12:01 2025
Group: Productivity/Text/Editors Build host: reproducible
Size: 2992552 Source RPM: kakoune-2025.06.03-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://kakoune.org/
Summary: A code editor heavily inspired by Vim
Kakoune is a code editor heavily inspired by Vim.
It's faster as in less keystrokes, supports multiple selections and uses orthogonal design.

Provides

Requires

License

Unlicense

Changelog

* Tue Jun 03 2025 Michael Vetter <mvetter@suse.com>
  - Update to 2025.06.03:
    * Expose env vars that are mentioned in the arguments passed to
      shell expansions
    * Support for colored double underlines
    * git apply can now operate on selected changes in the current
      buffer's file (useful for quick (un)staging and reverting)
    * exec/eval -client switch accepts '*' for all clients and comma
      separated list of client names.
* Sun May 19 2024 Michael Vetter <mvetter@suse.com>
  - Update to 2024.05.18:
    * Fixed tests on Alpine Linux and *BSD
* Mon May 13 2024 Michael Vetter <mvetter@suse.com>
  - Update to 2024.05.09:
    * flag-lines -after switch to display text after the line
    * shell-script-candidates completion now runs the script asynchronously
      while displaying and updating results live.
    * val{window_range} elements are now emitted as different strings
    * + only duplicates identical selections a single time to avoid surprising
      and slow exponential growth in the number of selections.
    * daemonize-session command makes it possible to convert the current session
      to a daemon one (which will not exit on last client disconnecting)
    * View mode commands and mouse scrolling no longer change selections when those go off-screen.
    * New commands git apply, git blame-jump, git edit and git grep.
    * git blame now also works in git-diff and git-log buffers.
    * Completions provided via shell-script-candidates or completers are no longer sorted if the typed text is
      empty.
    * The terminal alias has been replaced with a command that selects terminal program and placement based on
      windowing options.
    * local scopes in commands and evaluate-commands.
* Mon Aug 07 2023 Michael Vetter <mvetter@suse.com>
  - Update to 2023.08.05:
    * Fix compilation errors on FreeBSD and MacOS using clang
* Mon Jul 31 2023 Michael Vetter <mvetter@suse.com>
  - Update to 2023.07.29:
    * <a-u> and <a-U> now undo/redo selection changes; the previous
      meaning of moving in history tree has been moved to <c-j> and <c-k>
    * %exp{...} expansions provide flexible quoting for expanded
      strings (as double quoted strings)
    * <c-g> cancels the current operation and goes back to the main
      event loop, this provides an escape hatch when Kakoune seems
      to hang due to a costly operation
    * show-matching -previous highlighter will fall back onto the
      character preceeding the cursor
  - Remove 894e44fdbff4221549d358faa4a73ea43e1283a5.patch
* Sun Apr 02 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Add upstream bug fix patch: Fix new gcc errors for missing types.
    * 894e44fdbff4221549d358faa4a73ea43e1283a5.patch
* Mon Oct 31 2022 Michael Vetter <mvetter@suse.com>
  - Update to 2022.10.31:
    * complete-command to specify and change how a command is completed
    * p, P, ! and <a-!> commands now select the inserted text
    * x now just extends the selection to contain full lines (as <a-x> did)
      <a-x> trims partial lines from the selection (as <a-X> did)
    * User mappings is now bound to <space> while keeping/removing main
      selection moved to , and <a-,>
    * Prompt history registers %reg{colon}, %reg{slash} and %reg{pipe}
      now have reverse chronological order
    * Executing user mode mappings no longer adds to prompt history registers.
  - Remove kakoune-2021.11.08-gcc-12.patch
  - Remove BR for libboost_regex, libxslt-tools, and ncurses:
    not needed anymore
  - Require gcc >= 12
* Mon Jun 27 2022 Antoine Belvire <antoine.belvire@opensuse.org>
  - Add kakoune-2021.11.08-gcc-12.patch: Fix build with gcc 12.
* Fri Dec 03 2021 Michael Vetter <mvetter@suse.com>
  - Update to 2021.11.08:
    * Support for curly and separately colored underlines
    * Fixes for terminal flickering
    * Fixes for command and response fifo corner cases
* Wed Nov 03 2021 Michael Vetter <mvetter@suse.com>
  - Update to 2021.10.28:
    * g and v do not auto lower case the next key, so GL needs to be
      manually mapped to Gl for example.
    * Fix flickering issues on some terminals such as the linux console

Files

/usr/bin/kak
/usr/libexec/kak
/usr/libexec/kak/kak
/usr/share/kak
/usr/share/kak/autoload
/usr/share/kak/colors
/usr/share/kak/colors/base16.kak
/usr/share/kak/colors/black-on-white.kak
/usr/share/kak/colors/default.kak
/usr/share/kak/colors/desertex.kak
/usr/share/kak/colors/github.kak
/usr/share/kak/colors/greyscale.kak
/usr/share/kak/colors/gruvbox-dark.kak
/usr/share/kak/colors/gruvbox-light.kak
/usr/share/kak/colors/kaleidoscope-dark.kak
/usr/share/kak/colors/kaleidoscope-light.kak
/usr/share/kak/colors/lucius.kak
/usr/share/kak/colors/palenight.kak
/usr/share/kak/colors/plain.kak
/usr/share/kak/colors/red-phoenix.kak
/usr/share/kak/colors/reeder.kak
/usr/share/kak/colors/solarized-dark-termcolors.kak
/usr/share/kak/colors/solarized-dark.kak
/usr/share/kak/colors/solarized-light-termcolors.kak
/usr/share/kak/colors/solarized-light.kak
/usr/share/kak/colors/tomorrow-night.kak
/usr/share/kak/colors/zenburn.kak
/usr/share/kak/doc
/usr/share/kak/doc/buffers.asciidoc
/usr/share/kak/doc/changelog.asciidoc
/usr/share/kak/doc/command-parsing.asciidoc
/usr/share/kak/doc/commands.asciidoc
/usr/share/kak/doc/execeval.asciidoc
/usr/share/kak/doc/expansions.asciidoc
/usr/share/kak/doc/faces.asciidoc
/usr/share/kak/doc/faq.asciidoc
/usr/share/kak/doc/highlighters.asciidoc
/usr/share/kak/doc/hooks.asciidoc
/usr/share/kak/doc/keymap.asciidoc
/usr/share/kak/doc/keys.asciidoc
/usr/share/kak/doc/mapping.asciidoc
/usr/share/kak/doc/modes.asciidoc
/usr/share/kak/doc/options.asciidoc
/usr/share/kak/doc/regex.asciidoc
/usr/share/kak/doc/registers.asciidoc
/usr/share/kak/doc/scopes.asciidoc
/usr/share/kak/kakrc
/usr/share/kak/rc
/usr/share/kak/rc/detection
/usr/share/kak/rc/detection/editorconfig.kak
/usr/share/kak/rc/detection/file.kak
/usr/share/kak/rc/detection/modeline.kak
/usr/share/kak/rc/filetype
/usr/share/kak/rc/filetype/apl.kak
/usr/share/kak/rc/filetype/arch-linux.kak
/usr/share/kak/rc/filetype/asciidoc.kak
/usr/share/kak/rc/filetype/awk.kak
/usr/share/kak/rc/filetype/c-family.kak
/usr/share/kak/rc/filetype/cabal.kak
/usr/share/kak/rc/filetype/clojure.kak
/usr/share/kak/rc/filetype/cmake.kak
/usr/share/kak/rc/filetype/coffee.kak
/usr/share/kak/rc/filetype/conf.kak
/usr/share/kak/rc/filetype/coq.kak
/usr/share/kak/rc/filetype/crystal.kak
/usr/share/kak/rc/filetype/css.kak
/usr/share/kak/rc/filetype/cucumber.kak
/usr/share/kak/rc/filetype/cue.kak
/usr/share/kak/rc/filetype/d.kak
/usr/share/kak/rc/filetype/dart.kak
/usr/share/kak/rc/filetype/dhall.kak
/usr/share/kak/rc/filetype/diff-parse.pl
/usr/share/kak/rc/filetype/diff.kak
/usr/share/kak/rc/filetype/dockerfile.kak
/usr/share/kak/rc/filetype/elixir.kak
/usr/share/kak/rc/filetype/elm.kak
/usr/share/kak/rc/filetype/elvish.kak
/usr/share/kak/rc/filetype/erlang.kak
/usr/share/kak/rc/filetype/eruby.kak
/usr/share/kak/rc/filetype/etc.kak
/usr/share/kak/rc/filetype/exherbo.kak
/usr/share/kak/rc/filetype/fennel.kak
/usr/share/kak/rc/filetype/fidl.kak
/usr/share/kak/rc/filetype/fish.kak
/usr/share/kak/rc/filetype/forth.kak
/usr/share/kak/rc/filetype/fsharp.kak
/usr/share/kak/rc/filetype/gas.kak
/usr/share/kak/rc/filetype/gdscript.kak
/usr/share/kak/rc/filetype/gentoo-linux.kak
/usr/share/kak/rc/filetype/git.kak
/usr/share/kak/rc/filetype/github.kak
/usr/share/kak/rc/filetype/gjs.kak
/usr/share/kak/rc/filetype/gleam.kak
/usr/share/kak/rc/filetype/gluon.kak
/usr/share/kak/rc/filetype/go.kak
/usr/share/kak/rc/filetype/graphql.kak
/usr/share/kak/rc/filetype/gren.kak
/usr/share/kak/rc/filetype/groovy.kak
/usr/share/kak/rc/filetype/haml.kak
/usr/share/kak/rc/filetype/hare.kak
/usr/share/kak/rc/filetype/haskell.kak
/usr/share/kak/rc/filetype/hbs.kak
/usr/share/kak/rc/filetype/html.kak
/usr/share/kak/rc/filetype/i3.kak
/usr/share/kak/rc/filetype/ini.kak
/usr/share/kak/rc/filetype/janet.kak
/usr/share/kak/rc/filetype/java.kak
/usr/share/kak/rc/filetype/javascript.kak
/usr/share/kak/rc/filetype/jinja.kak
/usr/share/kak/rc/filetype/json.kak
/usr/share/kak/rc/filetype/julia.kak
/usr/share/kak/rc/filetype/just.kak
/usr/share/kak/rc/filetype/kakrc.kak
/usr/share/kak/rc/filetype/kickstart.kak
/usr/share/kak/rc/filetype/kotlin.kak
/usr/share/kak/rc/filetype/latex.kak
/usr/share/kak/rc/filetype/ledger.kak
/usr/share/kak/rc/filetype/lisp.kak
/usr/share/kak/rc/filetype/lua.kak
/usr/share/kak/rc/filetype/mail.kak
/usr/share/kak/rc/filetype/makefile.kak
/usr/share/kak/rc/filetype/markdown.kak
/usr/share/kak/rc/filetype/mercurial.kak
/usr/share/kak/rc/filetype/mercury.kak
/usr/share/kak/rc/filetype/meson.kak
/usr/share/kak/rc/filetype/mlb.kak
/usr/share/kak/rc/filetype/moon.kak
/usr/share/kak/rc/filetype/nim.kak
/usr/share/kak/rc/filetype/ninja.kak
/usr/share/kak/rc/filetype/nix.kak
/usr/share/kak/rc/filetype/ocaml.kak
/usr/share/kak/rc/filetype/odin.kak
/usr/share/kak/rc/filetype/pascal.kak
/usr/share/kak/rc/filetype/perf.kak
/usr/share/kak/rc/filetype/perl.kak
/usr/share/kak/rc/filetype/php.kak
/usr/share/kak/rc/filetype/pony.kak
/usr/share/kak/rc/filetype/prolog.kak
/usr/share/kak/rc/filetype/protobuf.kak
/usr/share/kak/rc/filetype/prql.kak
/usr/share/kak/rc/filetype/pug.kak
/usr/share/kak/rc/filetype/purescript.kak
/usr/share/kak/rc/filetype/python.kak
/usr/share/kak/rc/filetype/r.kak
/usr/share/kak/rc/filetype/ragel.kak
/usr/share/kak/rc/filetype/restructuredtext.kak
/usr/share/kak/rc/filetype/ruby.kak
/usr/share/kak/rc/filetype/rust.kak
/usr/share/kak/rc/filetype/sass.kak
/usr/share/kak/rc/filetype/scala.kak
/usr/share/kak/rc/filetype/scheme.kak
/usr/share/kak/rc/filetype/scss.kak
/usr/share/kak/rc/filetype/sh.kak
/usr/share/kak/rc/filetype/sml.kak
/usr/share/kak/rc/filetype/sql.kak
/usr/share/kak/rc/filetype/svelte.kak
/usr/share/kak/rc/filetype/swift.kak
/usr/share/kak/rc/filetype/systemd.kak
/usr/share/kak/rc/filetype/taskpaper.kak
/usr/share/kak/rc/filetype/tcl.kak
/usr/share/kak/rc/filetype/terraform.kak
/usr/share/kak/rc/filetype/toml.kak
/usr/share/kak/rc/filetype/troff.kak
/usr/share/kak/rc/filetype/ttl.kak
/usr/share/kak/rc/filetype/tupfile.kak
/usr/share/kak/rc/filetype/twig.kak
/usr/share/kak/rc/filetype/typst.kak
/usr/share/kak/rc/filetype/vhdl.kak
/usr/share/kak/rc/filetype/void-linux.kak
/usr/share/kak/rc/filetype/wren.kak
/usr/share/kak/rc/filetype/yaml.kak
/usr/share/kak/rc/filetype/zig.kak
/usr/share/kak/rc/tools
/usr/share/kak/rc/tools/autorestore.asciidoc
/usr/share/kak/rc/tools/autorestore.kak
/usr/share/kak/rc/tools/autowrap.kak
/usr/share/kak/rc/tools/clang.kak
/usr/share/kak/rc/tools/comment.kak
/usr/share/kak/rc/tools/ctags.kak
/usr/share/kak/rc/tools/doc.asciidoc
/usr/share/kak/rc/tools/doc.kak
/usr/share/kak/rc/tools/fifo.kak
/usr/share/kak/rc/tools/format.kak
/usr/share/kak/rc/tools/git.kak
/usr/share/kak/rc/tools/go
/usr/share/kak/rc/tools/go/gopls.kak
/usr/share/kak/rc/tools/grep.kak
/usr/share/kak/rc/tools/jump.kak
/usr/share/kak/rc/tools/lint.asciidoc
/usr/share/kak/rc/tools/lint.kak
/usr/share/kak/rc/tools/make.kak
/usr/share/kak/rc/tools/man.kak
/usr/share/kak/rc/tools/menu.kak
/usr/share/kak/rc/tools/patch-range.pl
/usr/share/kak/rc/tools/patch.kak
/usr/share/kak/rc/tools/python
/usr/share/kak/rc/tools/python/jedi.kak
/usr/share/kak/rc/tools/rust
/usr/share/kak/rc/tools/rust/racer.kak
/usr/share/kak/rc/tools/spell.kak
/usr/share/kak/rc/windowing
/usr/share/kak/rc/windowing/appleterminal.kak
/usr/share/kak/rc/windowing/detection.kak
/usr/share/kak/rc/windowing/iterm.kak
/usr/share/kak/rc/windowing/kitty.kak
/usr/share/kak/rc/windowing/new-client.kak
/usr/share/kak/rc/windowing/repl
/usr/share/kak/rc/windowing/repl/dtach.kak
/usr/share/kak/rc/windowing/repl/kitty.kak
/usr/share/kak/rc/windowing/repl/tmux.kak
/usr/share/kak/rc/windowing/repl/x11.kak
/usr/share/kak/rc/windowing/screen.kak
/usr/share/kak/rc/windowing/sway.kak
/usr/share/kak/rc/windowing/tmux.kak
/usr/share/kak/rc/windowing/wayland.kak
/usr/share/kak/rc/windowing/wezterm.kak
/usr/share/kak/rc/windowing/x11.kak
/usr/share/kak/rc/windowing/zellij.kak
/usr/share/licenses/kakoune
/usr/share/licenses/kakoune/UNLICENSE
/usr/share/man/man1/kak.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Jun 10 23:35:28 2025