notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: editors/neovim/pkg-plist

Number of commits found: 22

Sunday, 30 Mar 2025
04:26 Adam Weinberger (adamw) search for other commits by this committer
editors/neovim: Fix packaging without NLS

PR:		285760
Reported by:	Robert William Vesterman
commit hash: bb42a0d34b4d60600d001ce2a903637d58735d6b commit hash: bb42a0d34b4d60600d001ce2a903637d58735d6b commit hash: bb42a0d34b4d60600d001ce2a903637d58735d6b commit hash: bb42a0d34b4d60600d001ce2a903637d58735d6b bb42a0d
Wednesday, 26 Mar 2025
17:16 Adam Weinberger (adamw) search for other commits by this committer
editors/neovim: Fix l10n; I committed the wrong Makefile
commit hash: 8dd741dab73c8b03d148d1fa32e762dfd1dc852c commit hash: 8dd741dab73c8b03d148d1fa32e762dfd1dc852c commit hash: 8dd741dab73c8b03d148d1fa32e762dfd1dc852c commit hash: 8dd741dab73c8b03d148d1fa32e762dfd1dc852c 8dd741d
17:08 Adam Weinberger (adamw) search for other commits by this committer
editors/neovim: Update to 0.11.0

Changes: https://neovim.io/doc/user/news-0.11.html
commit hash: 4ac982fe4ac94aa2006c3946b2da7f8771f8b67d commit hash: 4ac982fe4ac94aa2006c3946b2da7f8771f8b67d commit hash: 4ac982fe4ac94aa2006c3946b2da7f8771f8b67d commit hash: 4ac982fe4ac94aa2006c3946b2da7f8771f8b67d 4ac982f
Thursday, 25 Jul 2024
04:13 Adam Weinberger (adamw) search for other commits by this committer
editors/neovim: Update to 0.10.1
commit hash: 5140c747ba8360557b6ecf2dcaad4828f7bf65c5 commit hash: 5140c747ba8360557b6ecf2dcaad4828f7bf65c5 commit hash: 5140c747ba8360557b6ecf2dcaad4828f7bf65c5 commit hash: 5140c747ba8360557b6ecf2dcaad4828f7bf65c5 5140c74
Saturday, 25 May 2024
21:39 Adam Weinberger (adamw) search for other commits by this committer
editors/neovim: Include tree-sitter parsers

Neovim now expects a number of tree-sitter parsers to be included in
a base installation, but they must be fetched, built, and installed
separately.

Without the parsers, things like `:help [...]` produces warnings but
still technically works.

PR:		279293
Submitted by:	Laurent Chardon
commit hash: 92df04ca7d17b7083d05f5305b4b9f7088a66a91 commit hash: 92df04ca7d17b7083d05f5305b4b9f7088a66a91 commit hash: 92df04ca7d17b7083d05f5305b4b9f7088a66a91 commit hash: 92df04ca7d17b7083d05f5305b4b9f7088a66a91 92df04c
Tuesday, 16 Jan 2024
11:57 Muhammad Moinur Rahman (bofh) search for other commits by this committer
editors/neovim: Sanitize MANPREFIX

Approved by:	portmgr (blanket)
commit hash: 4433bd818e117bcdf2a93e20f361a3c942cec901 commit hash: 4433bd818e117bcdf2a93e20f361a3c942cec901 commit hash: 4433bd818e117bcdf2a93e20f361a3c942cec901 commit hash: 4433bd818e117bcdf2a93e20f361a3c942cec901 4433bd8
Friday, 2 Jul 2021
17:45 Adam Weinberger (adamw) search for other commits by this committer
editors/neovim: Update to 0.5

While here, generate the runtime data files automatically. Enumerating
them stopped being fun.

There are major new features in this release, the most notable being the
inclusion of native support for LSP (Language Server Protocol) and a
native parser/AST generator. These can be used to do intelligent code
analysis and completion, without requiring external scripting providers.

Also, the Neovim config file(s) can now be written entirely in lua
instead of (or in addition to) Vimscript.
commit hash: 6c3f8661cedf490caa88f4635cef98e7900789a2 commit hash: 6c3f8661cedf490caa88f4635cef98e7900789a2 commit hash: 6c3f8661cedf490caa88f4635cef98e7900789a2 commit hash: 6c3f8661cedf490caa88f4635cef98e7900789a2 6c3f866
Tuesday, 9 Mar 2021
14:13 mat search for other commits by this committer
Remove occurrences of %%LUA_LIBDIR%%.

Differential Revision:	https://reviews.freebsd.org/D29138
Original commitRevision:567933 
Monday, 7 Oct 2019
15:45 adamw search for other commits by this committer
neovim: Update to 0.4.2

PR:		240699
Submitted by:	checo1705 secmailpro
Original commitRevision:513968 
Monday, 31 Dec 2018
04:03 adamw search for other commits by this committer
Update neovim to 0.3.2

This update includes some BSD-specific fixes, including fixes for the
random q's that would appear when editing on the vt console.

Changes:
https://github.com/neovim/neovim/commit/4dd3fc4ca9959928ac823aeabc09a3a609b3c26a
Original commitRevision:488755 
Monday, 11 Jun 2018
17:28 adamw search for other commits by this committer
Update neovim to 0.3.0

Changes:
https://github.com/neovim/neovim/commit/44c6deb91ac917703c157d564eb3accbff4d37af
Original commitRevision:472196 
Monday, 8 Jan 2018
15:10 adamw search for other commits by this committer
Add an NLS knob.

PR:		224983
Approved by:	Oleh Hushchenkov
Original commitRevision:458426 
Sunday, 19 Nov 2017
14:53 robak search for other commits by this committer
editors/neovim: update 0.2.1 -> 0.2.2

PR:		223747
Submitted by:	Oleh Hushchenkov <gor@clogic.com.ua> (maintainer)
Original commitRevision:454495 
Saturday, 11 Nov 2017
07:17 tcberner search for other commits by this committer
Update editors/neovim  to 0.2.1

Changelog:
	https://github.com/neovim/neovim/commit/c67dd5acd0bb9f8d08789dfe6af27d9045e95fb4

PR:		223509
Submitted by:	Oleh Hushchenkov <gor@clogic.com.ua> (maintainer)
Original commitRevision:453954 
Tuesday, 23 May 2017
05:51 miwi search for other commits by this committer
- Update to 0.2.0

Changelog: https://github.com/neovim/neovim/releases/tag/v0.2.0

PR:		219141
Submitted by:	maintainer
Original commitRevision:441505 
Tuesday, 13 Dec 2016
11:39 jhale search for other commits by this committer
Update to 0.1.7

PR:		214897
Submitted by:	Oleg Gushchenkov <gor@clogic.com.ua> (maintainer)
Original commitRevision:428479 
Thursday, 10 Nov 2016
08:06 wen search for other commits by this committer
- Update to 0.1.6

PR:		214311
Submitted by:	gor@clogic.com.ua(maintainer)
Original commitRevision:425833 
Wednesday, 5 Oct 2016
18:43 amdmi3 search for other commits by this committer
- Update to 1.15

PR:		212233
Submitted by:	gor@clogic.com.ua (maintainer)
Original commitRevision:423366 
Monday, 9 May 2016
13:43 mat search for other commits by this committer
Update to 0.1.4.

PR:		209294
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
Original commitRevision:414846 
Monday, 18 Apr 2016
14:07 mat search for other commits by this committer
Update to 0.1.3.

PR:		208867
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
Original commitRevision:413577 
Wednesday, 10 Feb 2016
21:18 zeising search for other commits by this committer
Update to 0.1.2

PR:		207088
Submitted by:	Anton Tornqvist (maintainer)
Original commitRevision:408657 
Thursday, 10 Sep 2015
18:03 swills search for other commits by this committer
editors/neovim: create port

PR:		198713
Submitted by:	Anton Tornqvist <antont@inbox.lv> (based on)
Original commitRevision:396594 

Number of commits found: 22