non port: editors/vim/distinfo |
SVNWeb
|
Number of commits found: 360 (showing only 100 on this page) |
Mon, 1 May 2023
|
[ 06:00 Adam Weinberger (adamw) ] dc72ce8
editors/vim: Update to 9.0.1503
|
Fri, 7 Apr 2023
|
[ 17:14 Adam Weinberger (adamw) ] eade23f
editors/vim: Update to 9.0.1441
|
Wed, 1 Mar 2023
|
[ 14:47 Adam Weinberger (adamw) ] 2427a8a
editors/vim: Update to 9.0.1366
|
Wed, 1 Feb 2023
|
[ 13:38 Adam Weinberger (adamw) ] 6f455db
editors/vim: Update to 9.0.1271
|
Tue, 3 Jan 2023
|
[ 03:07 Adam Weinberger (adamw) ] 992c76d
editors/vim: Update to 9.0.1136
|
Thu, 1 Dec 2022
|
[ 13:22 Adam Weinberger (adamw) ] 0346db4
editors/vim: Update to 9.0.0981
|
Tue, 1 Nov 2022
|
[ 04:57 Adam Weinberger (adamw) ] 90eac1c
editors/vim: Update to 9.0.0823
Also, update the sshd syntax file to recognize the preferred
UseBlocklist in addition to UseBlacklist.
PR: 267353
|
Thu, 13 Oct 2022
|
[ 00:04 Adam Weinberger (adamw) ] ce6a597
editors/vim: Update to 9.0.0735
|
Sun, 4 Sep 2022
|
[ 16:07 Adam Weinberger (adamw) ] 91ef78b
editors/vim: Allow system vimrc, and include defaults.vim for vim-tiny
Two changes here (along with bumping to the latest upstream patch):
1) In the previous Vim commit, support for the system-wide vimrc/gvimrc
was dropped because we went through contortions to fix loading order
and monkey around with various defaults.
However, many people used that file for their system. This commit
re-adds support for loading it. All work for untangling the mess of
loading defaults.vim and preventing circular loads is left to the
user. We just support loading that file; what you do with it is your
call.
2) vim-tiny is supposed to be the smallest possible Vim experience,
being just the binary and no runtime library. However, without a
viable defaults.vim, it's essentially just a larger, slower Vi.
The vim-tiny package now ships with defaults.vim, which is patched
to prevent errors from Vim loading the syntax library (which is not
installed).
|
Sat, 3 Sep 2022
|
[ 18:03 Adam Weinberger (adamw) ] a058c61
editors/vim: Update to 9.0.0369, and drop the FreeBSD vimrc
Our FreeBSD vimrc has caused a lot of trouble. It seriously mangles
config loading order (see below PR for the 21 comments it took before
I could get my head around it), clobbers defaults, duplicates defaults,
and simply isn't how Vim does things.
In this patch, the system vimrc is dropped entirely. Instead,
$VIMRUNTIME/defaults.vim sources $VIMRUNTIME/defaults_freebsd.vim, which
contains only FreeBSD-specific settings (today, a convenience augroup
for port creation, and a flag to let syntax/sh.vim know that /bin/sh
isn't bash).
There is no perfect solution here, but by not clobbering anything
anymore, we at least don't *prevent* other solutions. You now get Vim's
defaults, and you are free to override them in your ~/.vimrc.
PR: 251420
|
Mon, 1 Aug 2022
|
[ 13:47 Adam Weinberger (adamw) ] d283eb24
editors/vim: Update to 9.0.0129
|
Fri, 1 Jul 2022
|
[ 14:11 Adam Weinberger (adamw) ] a8eb412
editors/vim: Update to 9.0.0016
This is a major release. The biggest new feature is vim9 script, a
backwards-incompatible dialect that improves some of the worst
headaches of classic vimscript.
|
Thu, 2 Jun 2022
|
[ 17:41 Adam Weinberger (adamw) ] f27ea6b
editors/vim: Update to 8.2.5052 and fix vimrc clobbering
Vim runtime's defaults.vim will clobber global vimrc settings. It's
fine for the settings we provide, but other edits to that file can
get lost.
To work around this, defaults.vim is now directly sourced and a flag
is set to stop that file from getting loaded a second time. Thanks go
to Anton Saietskii for that bit of magic.
PR: 251420
|
Wed, 1 Jun 2022
|
[ 09:23 Adam Weinberger (adamw) ] 2530a2f
editors/vim: Update to 8.2.5048
|
Sun, 1 May 2022
|
[ 08:04 Adam Weinberger (adamw) ] 117e5b0
editors/vim: Update to 8.2.4851
|
Sat, 2 Apr 2022
|
[ 22:13 Adam Weinberger (adamw) ] de02b1a
editors/vim: Update to 8.2.4669, add x11 support, drop Athena
Vim no longer includes the Athena (Xaw) frontend, so drop the
athena flavor.
As requested by many (and based on a patch from scf), restore the x11
flavor. The x11 flavor is a bit odd; it doesn't actually include an X
GUI. As a result, when Vim got flavorized I dropped it as I thought
it was vestigial. What the x11 flavor actually provides is support for
some X interaction (mainly xclipboard), and is highly useful to people
who run console Vim within X.
The outcry was pretty swift, and I'd like to thank all the people who
took the time to email me about it, and especially scf who provided
the bulk of this patch.
I'm going to MFH this due to the athena build failure.
|
Fri, 1 Apr 2022
|
[ 09:50 Adam Weinberger (adamw) ] bc43a03
editors/vim: Update to 8.2.4659
|
Tue, 1 Mar 2022
|
[ 07:39 Adam Weinberger (adamw) ] 5e5bcdc
editors/vim: Update to 8.2.4485
|
Wed, 2 Feb 2022
|
[ 13:07 Adam Weinberger (adamw) ] 8624f22
editors/vim: Update to 8.2.4282
|
Sun, 5 Dec 2021
|
[ 15:14 Adam Weinberger (adamw) ] 81b98b5
editors/vim: Update to 8.2.3745
|
Thu, 18 Nov 2021
|
[ 18:52 Adam Weinberger (adamw) ] e7ea7e8
editors/vim: Update to 8.2.3616
In particular, this picks up "patch 8.2.3582: reading uninitialized
memory when giving spell suggestions""
|
Tue, 2 Nov 2021
|
[ 11:13 Adam Weinberger (adamw) ] f3da483
editors/vim: Update to 8.2.3570
Remove x11 flavor. It adds xclip support but doesn't contain a GUI,
making it more confusing than helpful.
I doubt anyone really used it, but if so then vim-athena, the simplest
X GUI toolkit, is the one you're looking for.
|
Thu, 30 Sep 2021
|
[ 03:35 Adam Weinberger (adamw) ] b952118
editors/vim: Update to 8.2.3458
Security: CVE-2021-3778
CVE-2021-3796
Reported by: TJ
|
Thu, 2 Sep 2021
|
[ 06:36 Adam Weinberger (adamw) ] 620f205
editors/vim: Flavorize and update to 8.2.3394
This commit completely rewires the vim ports. It includes the following:
* `vim' is now a TUI-only package. It is what the `vim-console' port
was.
* `vim-gtk3' includes the TUI binary (vim) and a GTk3-backed GUI. It is
what the `vim' port was.
* Each GUI toolkit has a separate package. There is vim-gtk3, -gtk2,
-motif, -athena, and -x11.
* `vim-tiny' is still the same thing, except it includes a defaults.vim
stub to silence a startup error message. (Only the first 15 lines of the commit message are shown above )
|
Mon, 2 Aug 2021
|
[ 11:15 Adam Weinberger (adamw) ] b914b06
editors/vim: Update to 8.2.3273
|
Thu, 1 Jul 2021
|
[ 12:48 Adam Weinberger (adamw) ] 85aaea5
editors/vim: Update to 8.2.3081
|
Tue, 1 Jun 2021
|
[ 13:33 Adam Weinberger (adamw) ] 3fb36d0
editors/vim: Update to 8.2.2918
|
Sat, 1 May 2021
|
[ 13:12 Adam Weinberger (adamw) ] 82c141a
editors/vim: Update to 8.2.2820
|
Tue, 6 Apr 2021
|
[ 14:40 Adam Weinberger (adamw) ] 2ad30e9
editors/vim: Update to 8.2.2725
|
Thu, 4 Mar 2021
|
[ 21:46 adamw ]
editors/vim: Update to 8.2.2569
|
Wed, 3 Feb 2021
|
[ 19:12 adamw ]
editors/vim: Update to 8.2.2461
|
Fri, 1 Jan 2021
|
[ 17:14 adamw ]
editors/vim: Update to 8.2.2263
|
Tue, 1 Dec 2020
|
[ 14:52 adamw ]
editors/vim: Update to patchlevel 2072
|
Mon, 2 Nov 2020
|
[ 23:32 adamw ]
editors/vim: Update to patchlevel 1943
|
Tue, 1 Sep 2020
|
[ 14:46 adamw ]
vim: Update to patchlevel 1558
|
Fri, 7 Aug 2020
|
[ 01:44 adamw ]
vim: Update to patchlevel 1382
The main goal is to pick up patch 1379:
Problem: Curly braces expression ending in " }" does not work.
Solution: Skip over white space when checking for "}". (closes #6634)
PR: 248504
Submitted by: p5B2E9A8F t-online de
|
Sat, 1 Aug 2020
|
[ 10:32 adamw ]
vim: Update to patchlevel 1334
|
Wed, 1 Jul 2020
|
[ 15:39 adamw ]
vim: Update to patchlevel 1110
|
Mon, 1 Jun 2020
|
[ 08:23 adamw ]
vim: Update to patchlevel 869
|
Wed, 1 Apr 2020
|
[ 18:40 adamw ]
vim: Update to patchlevel 491
While here, restrict ctags patching attempts to only the files that
will need to be patched. This prevents the creation of dozens of
.orig files that are identical to the "patched" versions.
|
Sun, 1 Mar 2020
|
[ 21:53 adamw ]
vim: Update to patchlevel 345
|
Tue, 4 Feb 2020
|
[ 14:03 adamw ]
vim: Update to patchlevel 205 and add PYTHON option
When python is built with DEBUG, vim fails to build. In fixing this
case, note that vim will now fail to build if python or vim is build
with DEBUG and the other isn't.
This also highlighted that python support is being kludged. The
PYTHON2 and PYTHON3 options have been combined into a single PYTHON
option that builds with the default python. Consequently, it is no
longer possible to build vim with both py2 and py3 support. I can't
name any modern high-usage python-based plugin that requires 2.7,
so hopefully this only messes up things for a very small minority.
Thanks to koobs for the prompt to combine these options. I've been
wanting to do this for a while now.
PR: 243606
Submitted by: novel
|
Wed, 1 Jan 2020
|
[ 17:26 adamw ]
vim: Update to 8.2 patchlevel 76 (minor bump)
|
Sun, 1 Dec 2019
|
[ 13:29 adamw ]
vim: Update to patchlevel 2372
|
Fri, 1 Nov 2019
|
[ 16:32 adamw ]
vim: Update to patchlevel 2237
|
Tue, 1 Oct 2019
|
[ 22:34 adamw ]
vim: Update to patchlevel 2108
|
Sun, 1 Sep 2019
|
[ 05:28 adamw ]
vim: Update to patchlevel 1954
|
Fri, 2 Aug 2019
|
[ 12:14 adamw ]
vim: Update to patchlevel 1790
Also, unmute Makefile commands.
|
Sat, 1 Jun 2019
|
[ 14:35 adamw ]
Update to Vim to patchlevel 1439, change default python, improve vimrc
Some big changes in this update:
* Patchlevel 1439
* Default python is now 3.x instead of 2.x [1]
* Expose DEFAULT_VIMRC option (on by default) to vim-tiny
Also, many changes to the default vimrc. Any changes necessarily risk
contention, but then I remembered that I actually maintain editors/vim,
so here we are. The idea here is that Vim, by default, behaves like Vi,
and people who install the Vim port do so because they DON'T just want
Vi. I've enabled features that are basic quality-of-life settings for
me, and that I hope will be ideal for most end-users.
(Only the first 15 lines of the commit message are shown above )
|
Thu, 2 May 2019
|
[ 23:59 adamw ]
Update vim to patchlevel 1248
|
Tue, 2 Apr 2019
|
[ 01:31 adamw ]
Update vim to patchlevel 1099
|
Fri, 1 Mar 2019
|
[ 13:32 adamw ]
Update vim to patchlevel 985
|
Fri, 1 Feb 2019
|
[ 13:54 adamw ]
Update vim to patchlevel 865
After discussion on freebsd-ports@, switch the default UI toolkit
from GTK2 to GTK3. There isn't a huge visual difference, so it's
more predicated on the idea that people are more likely to have
GTK3 already installed for other things.
|
Tue, 1 Jan 2019
|
[ 19:59 adamw ]
Update vim to patchlevel 676
|
Sat, 1 Dec 2018
|
[ 16:35 adamw ]
Update vim to patchlevel 555
|
Thu, 1 Nov 2018
|
[ 16:25 adamw ]
Update vim to patchlevel 502, and support universal-ctags[1]
This changes the name of the EXUBERANT_CTAGS option, but keeps
it as the default.
Submitted by: Stephen Wall [1] (based on)
|
Mon, 1 Oct 2018
|
[ 12:07 adamw ]
Update vim to patchlevel 443
|
Sat, 1 Sep 2018
|
[ 14:22 adamw ]
Update vim to patchlevel 342
|
Wed, 1 Aug 2018
|
[ 16:51 adamw ]
Update vim to patchlevel 231
Also, add a patch[1] to recognize the UseBlacklist command in sshd_config.
PR: 230074 [1]
Submitted by: Samy Mahmoudi
|
Mon, 2 Jul 2018
|
[ 21:59 adamw ]
Update vim to patchlevel 139
|
Sat, 9 Jun 2018
|
[ 16:51 adamw ]
Update vim to patchlevel 39
|
Sat, 26 May 2018
|
[ 15:19 adamw ]
Update vim to patchlevel 22
|
Sat, 19 May 2018
|
[ 14:41 adamw ]
Update vim to 8.1, patchlevel 4
|
Sat, 12 May 2018
|
[ 14:00 adamw ]
Update vim to patchlevel 1817
|
Sat, 5 May 2018
|
[ 16:01 adamw ]
Update vim to patchlevel 1794
|
Sat, 28 Apr 2018
|
[ 13:30 adamw ]
Update vim to patchlevel 1769
|
Sat, 21 Apr 2018
|
[ 15:14 adamw ]
Update vim to patchlevel 1740
|
Sun, 15 Apr 2018
|
[ 12:54 adamw ]
Update vim to patchlevel 1718
|
Sat, 7 Apr 2018
|
[ 22:00 adamw ]
Update vim to patchlevel 1674
|
Sun, 1 Apr 2018
|
[ 16:53 adamw ]
Update vim to patchlevel 1655
|
Sun, 25 Mar 2018
|
[ 13:06 adamw ]
Update vim to patchlevel 1638
|
Mon, 19 Mar 2018
|
[ 03:40 adamw ]
Update vim to patchlevel 1616
|
Sun, 11 Mar 2018
|
[ 00:29 adamw ]
Update vim to patchlevel 1594
|
Sat, 3 Mar 2018
|
[ 23:57 adamw ]
Update vim to patchlevel 1563
|
Sat, 24 Feb 2018
|
[ 19:08 adamw ]
Update vim to patchlevel 1539
|
Sat, 17 Feb 2018
|
[ 18:57 adamw ]
Update vim to patchlevel 1521
|
Sat, 10 Feb 2018
|
[ 20:06 adamw ]
Update vim to patchlevel 1496
|
Sat, 3 Feb 2018
|
[ 16:30 adamw ]
Update vim to patchlevel 1458
|
Sat, 27 Jan 2018
|
[ 16:50 adamw ]
Update vim to patchlevel 1432
|
Sat, 30 Dec 2017
|
[ 18:21 adamw ]
Update to patchlevel 1427
|
Sun, 24 Dec 2017
|
[ 15:05 adamw ]
Update to patchlevel 1424
|
Sat, 16 Dec 2017
|
[ 21:07 adamw ]
Update to patchlevel 1397
|
Sat, 9 Dec 2017
|
[ 18:23 adamw ]
Update to patchlevel 1381
|
Sat, 2 Dec 2017
|
[ 23:10 adamw ]
Update to patchlevel 1365
|
Sat, 25 Nov 2017
|
[ 20:31 adamw ]
Update to patchlevel 1342
|
Sat, 18 Nov 2017
|
[ 19:20 adamw ]
Update to patchlevel 1309
|
Sat, 11 Nov 2017
|
[ 18:08 adamw ]
Update to patchlevel 1289
Further simplify Makefile (the GUI checks are automatically disabled
when the GUI is passed manually).
|
Sat, 4 Nov 2017
|
[ 20:56 adamw ]
Update to patchlevel 1264
|
Sat, 28 Oct 2017
|
[ 15:56 adamw ]
Update to patchlevel 1231
Also, fix up ctags/exctags commands. I believe the ctags syntax was
wrong before. Anybody who uses ctags, please let me know if things
break and I'll revert that change.
|
Sat, 21 Oct 2017
|
[ 15:37 adamw ]
Update to patchlevel 1207
|
Sat, 14 Oct 2017
|
[ 17:35 adamw ]
Update to patchlevel 1191
|
Sat, 7 Oct 2017
|
[ 16:59 adamw ]
Update to patchlevel 1178
|
Fri, 29 Sep 2017
|
[ 16:04 adamw ]
Update to patchlevel 1159
|
Sat, 23 Sep 2017
|
[ 21:06 adamw ]
Update to patchlevel 1141
|
Sat, 16 Sep 2017
|
[ 15:36 adamw ]
Update to patchlevel 1115
|
Tue, 12 Sep 2017
|
[ 23:22 adamw ]
Update to patchlevel 1098 to fix build when libvterm is installed.
PR: 222187
Reported by: Oleh Hushchenkov and George L. Yermulnik
|
Sat, 9 Sep 2017
|
[ 15:31 adamw ]
Update to patchlevel 1081
|
Sat, 2 Sep 2017
|
[ 15:23 adamw ]
Update to patchlevel 1035.
|
Sat, 26 Aug 2017
|
[ 20:26 adamw ]
Update to patchlevel 1000.
|
Sat, 19 Aug 2017
|
[ 13:39 adamw ]
Update to patchlevel 962.
|
Number of commits found: 360 (showing only 100 on this page) |