SHA256
1
0
forked from pool/neovim
Commit Graph

127 Commits

Author SHA256 Message Date
Martin Pluskal
17373b35b6 Accepting request 614942 from home:mvyskocil:branches:editors
- Add a support for update-alternatives, so users can change their
  "vim" to neovim
- Mark LICENSE file as %license

OBS-URL: https://build.opensuse.org/request/show/614942
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=26
2018-06-08 08:53:26 +00:00
Dominique Leuenberger
f7215dcf22 Accepting request 612196 from editors
- The library bump fixes boo#1094627.
- Require libtermkey version >= 0.20.

OBS-URL: https://build.opensuse.org/request/show/612196
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=11
2018-05-30 10:22:53 +00:00
Martin Liška
06dc598bac - The library bump fixes boo#1094627.
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=24
2018-05-25 07:38:16 +00:00
Martin Pluskal
c91ac62adc Accepting request 611514 from home:marxin:branches:editors
- Require libtermkey version >= 0.20.

OBS-URL: https://build.opensuse.org/request/show/611514
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=23
2018-05-23 10:26:36 +00:00
Dominique Leuenberger
1c62e9ae15 Accepting request 547888 from editors
OBS-URL: https://build.opensuse.org/request/show/547888
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=10
2017-12-04 11:16:28 +00:00
Ronan Chagas
fe4c90461b Accepting request 547886 from home:bmwiedemann:branches:editors
Make build result independent from build hostname and username

OBS-URL: https://build.opensuse.org/request/show/547886
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=21
2017-12-03 22:53:10 +00:00
Dominique Leuenberger
e3ac544479 Accepting request 545074 from editors
OBS-URL: https://build.opensuse.org/request/show/545074
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=9
2017-11-25 07:42:50 +00:00
Martin Pluskal
e37131b2a2 Accepting request 544500 from home:avindra
- Update to version 0.2.2:
  * Features
    + 'viewoptions': add "curdir" flag
    + node.js remote-plugin support
    + :checkhealth : validate 'runtimepath'
  * Fixes
    + :terminal : fix crash on resize
    + work around gnome-terminal memory leak
    + 'guicursor': use DECSCUSR for xterm-likes
    + 'os_open: UV_EINVAL on NULL filename'
    + :checkhealth : fix check for npm and yarn
    + health.vim: normalize slashes for script path
    + cmake: install runtime/rgb.txt
    + runtime: syntax error in `runtime/syntax/tex.vim`
    + tutor: some fixes
    + windows: provider: Detect(): return *.cmd path
  * Changes
    + remove legacy alias to `v:count`
    + runtime: revert netrw update
    + defaults: scrollback=10000
    + process_close(): uv_unref() detached processes

OBS-URL: https://build.opensuse.org/request/show/544500
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=19
2017-11-24 08:53:03 +00:00
Dominique Leuenberger
1310979430 Accepting request 542660 from editors
- Change license to `Apache-2.0 AND Vim` as per babelworx request.
- Run spec-cleaner.
- Remove files `neovim.svg` and `neovim.desktop` since upstream
  included `nvim.png` and `nvim.desktop` that provide the same
  functionality.
- Update to version 0.2.1:
  * Features
    - 0e873a3 Lua(Jit) built-in #4411
    - 5b32bce Windows: `:terminal` #7007
    - 7b0ceb3 UI/API: externalize cmdline #7173
    - b67f58b UI/API: externalize wildmenu #7454
    - b23aa1c UI: 'winhighlight' #6597
    - 17531ed UI: command-line coloring (`:help input()-highlight`)
      #6364
    - 244a1f9 API: execute lua directly from the remote api #6704
    - 45626de API: `get_keymap()` #6236
    - db99982 API: `nvim_get_hl_by_name()`, `nvim_get_hl_by_id()`
      #7082
    - dc68538 menu_get() function #6322
    - 9db42d4 :cquit : take an error code argument #7336
    - 9cc185d job-control: serverstart(): support ipv6 #6680
    - 1b7a9bf job-control: sockopen() #6594
    - 6efe84a clipboard: fallback to tmux clipboard #6894
    - 6016ac2 clipboard: customize clipboard with `g:clipboard`
      #6030
    - 3a86dd5 ruby: override ruby host via `g:ruby_host_prog` #6841
    - 16cce1a debug: $NVIM_LOG_FILE #6827
    - 0cba3da `:checkhealth` built-in, validates $VIMRUNTIME #7399
  * Fixes
    - 105d680 TUI: more terminals, improve scroll/resize #6816
    - cb912a3 :terminal : handle F1-F12, other keys #7241
    - 619838f inccommand: improve performance #6949
    - 04b3c32 inccommand: Fix matches for zero-width #7487
    - 60b1e8a inccommand: multiline, other fixes #7315
    - f1f7f3b inccommand: Ignore leading modifiers in the command
      #6967
    - 1551f71 inccommand: fix 'gdefault' lockup #7262
    - 6338199 API: bufhl: support creating new groups #7414
    - 541dde3 API: allow K_EVENT during operator-pending
    - 8c732f7 terminal: adjust for 'number' #7440
    - 5bec946 UI: preserve wildmenu during jobs/events #7110
    - c349083 UI: disable 'lazyredraw' during ui_refresh. #6259
    - 51808a2 send FocusGained/FocusLost event instead of pseudokey
      #7221
    - 133f8bc shada: preserve unnamed register on restart #4700
    - 1b70a1d shada: avoid assertion on corrupt shada file #6958
    - 9f534f3 mksession: Restore tab-local working directory #6859
    - de1084f fix buf_write() crash #7140
    - 7f76986 syntax: register 'Normal' highlight group #6973
    - 6e7a8c3 RPC: close channel if stream was closed #7081
    - 85f3084 clipboard: disallow recursion; show hint only once
      #7203
    - 8d1ccb6 clipboard: performance, avoid weird edge-cases #7193
    - 01487d4 'titleold' #7358
    - 01e53a5 Windows: better path-handling, separator (slash)
      hygiene #7349
    - 0f2873c Windows: multibyte startup arguments #7060
  * Changes
    - 9ff0cc7 :terminal : start in normal-mode #6808
    - 032b088 lower priority of 'cursorcolumn', 'colorcolumn' #7364
    - 2a3bcd1 RPC: Don't delay notifications when request is
      pending #6544
    - 023f67c :terminal : Do not change 'number', 'relativenumber'
      #6796
    - 1ef2d76 socket.c: Disable Nagle's algorithm on TCP sockets
      #6915
    - 6720fe2 help: `K` tries Vim help instead of manpage #3104
    - 7068370 help, man.vim: change "outline" map to `gO` #7405

OBS-URL: https://build.opensuse.org/request/show/542660
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=8
2017-11-17 23:21:58 +00:00
Ronan Chagas
00aac63182 - Change license to Apache-2.0 AND Vim as per babelworx request.
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=17
2017-11-17 14:51:02 +00:00
Ronan Chagas
72c3d14b16 - Run spec-cleaner.
- Remove files `neovim.svg` and `neovim.desktop` since upstream
  included `nvim.png` and `nvim.desktop` that provide the same
  functionality.
- Update to version 0.2.1.

OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=16
2017-11-13 20:22:57 +00:00
Dominique Leuenberger
492ca6c5fc Accepting request 526392 from editors
- Run spec-cleaner.
- Add `libnsl` as a build requirement.
  The new glibc version in Factory deprecated support to libnsl.

OBS-URL: https://build.opensuse.org/request/show/526392
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=7
2017-09-20 15:06:47 +00:00
Ronan Chagas
3638b3459f - Run spec-cleaner.
- Add `libnsl` as a build requirement.
  The new glibc version in Factory deprecated support to libnsl.

OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=14
2017-09-15 15:44:23 +00:00
Dominique Leuenberger
19c8295662 Accepting request 493804 from editors
Version bump to 0.2.0.

OBS-URL: https://build.opensuse.org/request/show/493804
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=6
2017-05-17 08:53:36 +00:00
Ronan Chagas
3d4637e79f - Run spec-cleaner.
- Update to version 0.2.0.

OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=12
2017-05-09 16:20:56 +00:00
Dominique Leuenberger
88761ce5b3 Accepting request 442480 from editors
Version bump to 0.1.7.

OBS-URL: https://build.opensuse.org/request/show/442480
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=5
2016-11-29 11:49:53 +00:00
Ronan Chagas
ac5f07f033 - Update to version 0.1.7:
* Features
    - 0213e99 PR #5561 'inccommand'
  * Fixes
    - c685879 PR #5632 SECURITY FIX
    - d28d108 CheckHealth: Fix version comparison.
    - 7be113d PR #5670 shell_write_cb: Schedule error message.
    - 1d45637 jobs: ensure calling jobclose() on a pty job sends
      SIGHUP.
    - 36c0ec6 tui/suspend_event(): set STDIN to "blocking"
    - 7a4d069, cf52b88 man.vim: avoid errors in unusual
      circumstances
    - ed19873 PR #5546 ex_global: Catch CTRL-C even if it is
      mapped.
  * Changes
    - 9147331 PR #2905 encoding: only allow encoding=utf-8
    - 5f02608 PR #5636 build: Upgrade jemalloc
    - f1fed42 PR #5567 l10n: Update Ukrainian translation

OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=10
2016-11-28 21:49:23 +00:00
Dominique Leuenberger
6d10c3d8a7 Accepting request 438146 from editors
Version bump to 0.1.6.

OBS-URL: https://build.opensuse.org/request/show/438146
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=4
2016-11-02 11:47:59 +00:00
Ronan Chagas
23ca6ac78d - Update to version 0.1.6:
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=9
2016-10-31 20:42:52 +00:00
Dominique Leuenberger
80eb5ad161 Accepting request 423755 from editors
1

OBS-URL: https://build.opensuse.org/request/show/423755
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=3
2016-08-30 22:11:14 +00:00
Martin Pluskal
504353b1b4 Accepting request 423740 from home:XRevan86
- Update to version 0.1.5.

OBS-URL: https://build.opensuse.org/request/show/423740
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=7
2016-08-30 07:11:31 +00:00
Dominique Leuenberger
d0381e4d43 Accepting request 394210 from editors
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/394210
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=2
2016-05-10 07:27:47 +00:00
Ronan Chagas
eb07e091d4 - Update to version 0.1.4.
- Run spec-cleaner in `neovim.spec`.
- Replace lua51-MessagePack build dependency to lua51-mpack.
- Changelog:
    Features:
      * 5ebffaa :tcd for tab-local working directory (like :lcd,
        but for tabs)
      * d835c03 remote/define.vim: support remote function "range"
      * 007d573 json_encode/json_decode (with sophisticated error
        detection) #4131
      * b50afb4 clipboard: support "lemonade" tool
    Fixes:
      * cc1beec eval.c: Fix heap corruption error. #4592
      * 4043725 mbyte.c: Fix invalid memory access in
        utfc_ptr2char_len #4574
      * 4eb5827 Enable syntax/filetype by default. #4558
    Changes:
      * 5c6592f v:windowid is writeable (useful for GUIs) #4608A

OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=5
2016-05-01 00:30:50 +00:00
Dominique Leuenberger
528b72bf32 Accepting request 389693 from editors
Neovim is a refactor - and sometimes redactor - in the tradition of Vim, which itself derives from Stevie. It is not a rewrite, but a continuation and extension of Vim. Many rewrites, clones, emulators and imitators exist; some are very clever, but none are Vim. Neovim strives to be a superset of Vim, notwithstanding some intentionally removed misfeatures; excepting those few and carefully-considered excisions, Neovim is Vim. It is built for users who want the good parts of Vim, without compromise, and more.

OBS-URL: https://build.opensuse.org/request/show/389693
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=1
2016-04-28 14:53:54 +00:00
Ronan Chagas
11ac2acdcb - Change icon 'neovim.svg' installation directory from
%{_datadir}/pixmaps/%{name}.svg
  to
    %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
  as per dimstar request.
- Fix neovim.changes indentation.

- Remove unneeded patches that were applied by upstream:
    * neovim_fix_locale_dir_01.patch
    * neovim_fix_locale_dir_02.patch
- Update to version 0.1.3.
- Changelog:
    Features:
      * f2ae5a9 Add TextYankPost and TextDeletePost autocmds
      * 44b2cef bufhl: new mechanism for plugins to add highlights
        to a buffer
      * 39c3842 Make set{qf,loc}list() take {title}
      * 77a7ca4 'shortmess': Add "F" flag. #4446
      * 99d4c8c keymap: Support <D-...> (super/command key).
    Fixes:
      * 14c9b30 terminal.c: temporary fix for incorrect paste
        handling
    Notable changes:
      * 50e129f defaults: Enable syntax and filetype plugins.
      * 4e39eee upgrade libvterm (improves terminal reflow)

OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=3
2016-04-14 02:20:12 +00:00
Dirk Stoecker
98c0fc79cb Accepting request 369390 from home:Ronis_BR
Add reference to the patches as per psmt request.

OBS-URL: https://build.opensuse.org/request/show/369390
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=2
2016-03-14 16:31:32 +00:00
Dirk Stoecker
87c2321107 Accepting request 356572 from home:Ronis_BR
Neovim is a refactor - and sometimes redactor - in the tradition of Vim, which itself derives from Stevie. It is not a rewrite, but a continuation and extension of Vim. Many rewrites, clones, emulators and imitators exist; some are very clever, but none are Vim. Neovim strives to be a superset of Vim, notwithstanding some intentionally removed misfeatures; excepting those few and carefully-considered excisions, Neovim is Vim. It is built for users who want the good parts of Vim, without compromise, and more.

NOTE: All dependencies necessary to build neovim were already accepted into Factory. However, if one wished to build neovim for Leap, this dependencies must be linked in this repository.

OBS-URL: https://build.opensuse.org/request/show/356572
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=1
2016-02-21 12:15:11 +00:00