notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: editors/vim/distinfo
SVNWeb

Number of commits found: 360 (showing only 100 on this page)

1 | 2 | 3 | 4  »  

Mon, 1 May 2023
[ 06:00 Adam Weinberger (adamw) search for other commits by this committer ]    commit hash:dc72ce858262d6680aaef8e87a226ace15a7ca2f  commit hash:dc72ce858262d6680aaef8e87a226ace15a7ca2f  commit hash:dc72ce858262d6680aaef8e87a226ace15a7ca2f  dc72ce8 
editors/vim: Update to 9.0.1503
Fri, 7 Apr 2023
[ 17:14 Adam Weinberger (adamw) search for other commits by this committer ]    commit hash:eade23fb06b539d199b56ba115ff0a982f692db7  commit hash:eade23fb06b539d199b56ba115ff0a982f692db7  commit hash:eade23fb06b539d199b56ba115ff0a982f692db7  eade23f 
editors/vim: Update to 9.0.1441
Wed, 1 Mar 2023
[ 14:47 Adam Weinberger (adamw) search for other commits by this committer ]    commit hash:2427a8abc802bbb03083ee42afa003888705cf07  commit hash:2427a8abc802bbb03083ee42afa003888705cf07  commit hash:2427a8abc802bbb03083ee42afa003888705cf07  2427a8a 
editors/vim: Update to 9.0.1366
Wed, 1 Feb 2023
[ 13:38 Adam Weinberger (adamw) search for other commits by this committer ]    commit hash:6f455db33fddc403538a7a4193c0992c60a3c03d  commit hash:6f455db33fddc403538a7a4193c0992c60a3c03d  commit hash:6f455db33fddc403538a7a4193c0992c60a3c03d  6f455db 
editors/vim: Update to 9.0.1271
Tue, 3 Jan 2023
[ 03:07 Adam Weinberger (adamw) search for other commits by this committer ]    commit hash:992c76dc49a9c8477e38e03a37b1af6110a6a02f  commit hash:992c76dc49a9c8477e38e03a37b1af6110a6a02f  commit hash:992c76dc49a9c8477e38e03a37b1af6110a6a02f  992c76d 
editors/vim: Update to 9.0.1136
Thu, 1 Dec 2022
[ 13:22 Adam Weinberger (adamw) search for other commits by this committer ]    commit hash:0346db4debaa6b29513f935c2c236441c5a3fbe2  commit hash:0346db4debaa6b29513f935c2c236441c5a3fbe2  commit hash:0346db4debaa6b29513f935c2c236441c5a3fbe2  0346db4 
editors/vim: Update to 9.0.0981
Tue, 1 Nov 2022
[ 04:57 Adam Weinberger (adamw) search for other commits by this committer ]    commit hash:90eac1c42caf72dcb1d493c24d270d7cd4bb4864  commit hash:90eac1c42caf72dcb1d493c24d270d7cd4bb4864  commit hash:90eac1c42caf72dcb1d493c24d270d7cd4bb4864  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) search for other commits by this committer ]    commit hash:ce6a59704cfb8637bf2680f203bd5bdc502fe560  commit hash:ce6a59704cfb8637bf2680f203bd5bdc502fe560  commit hash:ce6a59704cfb8637bf2680f203bd5bdc502fe560  ce6a597 
editors/vim: Update to 9.0.0735
Sun, 4 Sep 2022
[ 16:07 Adam Weinberger (adamw) search for other commits by this committer ]    commit hash:91ef78b58bbb458e079b717826f692984fc8100c  commit hash:91ef78b58bbb458e079b717826f692984fc8100c  commit hash:91ef78b58bbb458e079b717826f692984fc8100c  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) search for other commits by this committer ]    commit hash:a058c61ea36c0cb64a61c83563b55a157cf549f4  commit hash:a058c61ea36c0cb64a61c83563b55a157cf549f4  commit hash:a058c61ea36c0cb64a61c83563b55a157cf549f4  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) search for other commits by this committer ]    commit hash:d283eb24dbfcd442f3eca1b2802367b6f1021860  commit hash:d283eb24dbfcd442f3eca1b2802367b6f1021860  commit hash:d283eb24dbfcd442f3eca1b2802367b6f1021860  d283eb24 
editors/vim: Update to 9.0.0129
Fri, 1 Jul 2022
[ 14:11 Adam Weinberger (adamw) search for other commits by this committer ]    commit hash:a8eb412d279de553797473ba07442cec3921b6e1  commit hash:a8eb412d279de553797473ba07442cec3921b6e1  commit hash:a8eb412d279de553797473ba07442cec3921b6e1  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) search for other commits by this committer ]    commit hash:f27ea6b18516fad5be76ba20ce8f53f5ba9c1081  commit hash:f27ea6b18516fad5be76ba20ce8f53f5ba9c1081  commit hash:f27ea6b18516fad5be76ba20ce8f53f5ba9c1081  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) search for other commits by this committer ]    commit hash:2530a2f6837a1836a30d958f5db217889c533542  commit hash:2530a2f6837a1836a30d958f5db217889c533542  commit hash:2530a2f6837a1836a30d958f5db217889c533542  2530a2f 
editors/vim: Update to 8.2.5048
Sun, 1 May 2022
[ 08:04 Adam Weinberger (adamw) search for other commits by this committer ]    commit hash:117e5b03b252facd67c2200beb0deee5087986e4  commit hash:117e5b03b252facd67c2200beb0deee5087986e4  commit hash:117e5b03b252facd67c2200beb0deee5087986e4  117e5b0 
editors/vim: Update to 8.2.4851
Sat, 2 Apr 2022
[ 22:13 Adam Weinberger (adamw) search for other commits by this committer ]    commit hash:de02b1a9d209f0b6727e63848bc58c9b4ef1c064  commit hash:de02b1a9d209f0b6727e63848bc58c9b4ef1c064  commit hash:de02b1a9d209f0b6727e63848bc58c9b4ef1c064  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) search for other commits by this committer ]    commit hash:bc43a031791091ae4f55a6bcf6c78ecc1f28c9ef  commit hash:bc43a031791091ae4f55a6bcf6c78ecc1f28c9ef  commit hash:bc43a031791091ae4f55a6bcf6c78ecc1f28c9ef  bc43a03 
editors/vim: Update to 8.2.4659
Tue, 1 Mar 2022
[ 07:39 Adam Weinberger (adamw) search for other commits by this committer ]    commit hash:5e5bcdc46a568b898e830c93bf36af410a97197b  commit hash:5e5bcdc46a568b898e830c93bf36af410a97197b  commit hash:5e5bcdc46a568b898e830c93bf36af410a97197b  5e5bcdc 
editors/vim: Update to 8.2.4485
Wed, 2 Feb 2022
[ 13:07 Adam Weinberger (adamw) search for other commits by this committer ]    commit hash:8624f226aacce7db722cbf367d3dd2e4efa824ab  commit hash:8624f226aacce7db722cbf367d3dd2e4efa824ab  commit hash:8624f226aacce7db722cbf367d3dd2e4efa824ab  8624f22 
editors/vim: Update to 8.2.4282
Sun, 5 Dec 2021
[ 15:14 Adam Weinberger (adamw) search for other commits by this committer ]    commit hash:81b98b54e12d6e8769e0e525b5961316e232c4bd  commit hash:81b98b54e12d6e8769e0e525b5961316e232c4bd  commit hash:81b98b54e12d6e8769e0e525b5961316e232c4bd  81b98b5 
editors/vim: Update to 8.2.3745
Thu, 18 Nov 2021
[ 18:52 Adam Weinberger (adamw) search for other commits by this committer ]    commit hash:e7ea7e874be28b191f85a826bc842e0ba0a93b0a  commit hash:e7ea7e874be28b191f85a826bc842e0ba0a93b0a  commit hash:e7ea7e874be28b191f85a826bc842e0ba0a93b0a  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) search for other commits by this committer ]    commit hash:f3da483a6b8456f434c3d37d3a01ab1f109f4619  commit hash:f3da483a6b8456f434c3d37d3a01ab1f109f4619  commit hash:f3da483a6b8456f434c3d37d3a01ab1f109f4619  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) search for other commits by this committer ]    commit hash:b9521189d0835c3b64bde74fb0d9f2b8ab26c196  commit hash:b9521189d0835c3b64bde74fb0d9f2b8ab26c196  commit hash:b9521189d0835c3b64bde74fb0d9f2b8ab26c196  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) search for other commits by this committer ]    commit hash:620f205539a43fd8da97750d33eebdfc1e133330  commit hash:620f205539a43fd8da97750d33eebdfc1e133330  commit hash:620f205539a43fd8da97750d33eebdfc1e133330  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 View all of this commit message)
Mon, 2 Aug 2021
[ 11:15 Adam Weinberger (adamw) search for other commits by this committer ]    commit hash:b914b06406ee493aae384c61bcd33d179ea9dafe  commit hash:b914b06406ee493aae384c61bcd33d179ea9dafe  commit hash:b914b06406ee493aae384c61bcd33d179ea9dafe  b914b06 
editors/vim: Update to 8.2.3273
Thu, 1 Jul 2021
[ 12:48 Adam Weinberger (adamw) search for other commits by this committer ]    commit hash:85aaea5e86f543ca2718fec63edd3b2ae2d915c1  commit hash:85aaea5e86f543ca2718fec63edd3b2ae2d915c1  commit hash:85aaea5e86f543ca2718fec63edd3b2ae2d915c1  85aaea5 
editors/vim: Update to 8.2.3081
Tue, 1 Jun 2021
[ 13:33 Adam Weinberger (adamw) search for other commits by this committer ]    commit hash:3fb36d0318145fee4cb91482fb2cc85a6ff18cc3  commit hash:3fb36d0318145fee4cb91482fb2cc85a6ff18cc3  commit hash:3fb36d0318145fee4cb91482fb2cc85a6ff18cc3  3fb36d0 
editors/vim: Update to 8.2.2918
Sat, 1 May 2021
[ 13:12 Adam Weinberger (adamw) search for other commits by this committer ]    commit hash:82c141a1b588164f4bcf390cc4651c49534e0767  commit hash:82c141a1b588164f4bcf390cc4651c49534e0767  commit hash:82c141a1b588164f4bcf390cc4651c49534e0767  82c141a 
editors/vim: Update to 8.2.2820
Tue, 6 Apr 2021
[ 14:40 Adam Weinberger (adamw) search for other commits by this committer ]    commit hash:2ad30e919cb25a6e9a247aea9b371950bff6bc1c  commit hash:2ad30e919cb25a6e9a247aea9b371950bff6bc1c  commit hash:2ad30e919cb25a6e9a247aea9b371950bff6bc1c  2ad30e9 
editors/vim: Update to 8.2.2725
Thu, 4 Mar 2021
[ 21:46 adamw search for other commits by this committer ] Original commit   Revision:567343
editors/vim: Update to 8.2.2569
Wed, 3 Feb 2021
[ 19:12 adamw search for other commits by this committer ] Original commit   Revision:563908
editors/vim: Update to 8.2.2461
Fri, 1 Jan 2021
[ 17:14 adamw search for other commits by this committer ] Original commit   Revision:559859
editors/vim: Update to 8.2.2263
Tue, 1 Dec 2020
[ 14:52 adamw search for other commits by this committer ] Original commit   Revision:556751
editors/vim: Update to patchlevel 2072
Mon, 2 Nov 2020
[ 23:32 adamw search for other commits by this committer ] Original commit   Revision:553934
editors/vim: Update to patchlevel 1943
Tue, 1 Sep 2020
[ 14:46 adamw search for other commits by this committer ] Original commit   Revision:547275
vim: Update to patchlevel 1558
Fri, 7 Aug 2020
[ 01:44 adamw search for other commits by this committer ] Original commit   Revision:544302
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 search for other commits by this committer ] Original commit   Revision:543904
vim: Update to patchlevel 1334
Wed, 1 Jul 2020
[ 15:39 adamw search for other commits by this committer ] Original commit   Revision:540972
vim: Update to patchlevel 1110
Mon, 1 Jun 2020
[ 08:23 adamw search for other commits by this committer ] Original commit   Revision:537466
vim: Update to patchlevel 869
Wed, 1 Apr 2020
[ 18:40 adamw search for other commits by this committer ] Original commit   Revision:530232
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 search for other commits by this committer ] Original commit   Revision:527602
vim: Update to patchlevel 345
Tue, 4 Feb 2020
[ 14:03 adamw search for other commits by this committer ] Original commit   Revision:525167
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 search for other commits by this committer ] Original commit   Revision:521747
vim: Update to 8.2 patchlevel 76 (minor bump)
Sun, 1 Dec 2019
[ 13:29 adamw search for other commits by this committer ] Original commit   Revision:518774
vim: Update to patchlevel 2372
Fri, 1 Nov 2019
[ 16:32 adamw search for other commits by this committer ] Original commit   Revision:516234
vim: Update to patchlevel 2237
Tue, 1 Oct 2019
[ 22:34 adamw search for other commits by this committer ] Original commit   Revision:513538
vim: Update to patchlevel 2108
Sun, 1 Sep 2019
[ 05:28 adamw search for other commits by this committer ] Original commit   Revision:510677
vim: Update to patchlevel 1954
Fri, 2 Aug 2019
[ 12:14 adamw search for other commits by this committer ] Original commit   Revision:507873
vim: Update to patchlevel 1790

Also, unmute Makefile commands.
Sat, 1 Jun 2019
[ 14:35 adamw search for other commits by this committer ] Original commit   Revision:503239
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 View all of this commit message)
Thu, 2 May 2019
[ 23:59 adamw search for other commits by this committer ] Original commit   Revision:500681
Update vim to patchlevel 1248
Tue, 2 Apr 2019
[ 01:31 adamw search for other commits by this committer ] Original commit   Revision:497545
Update vim to patchlevel 1099
Fri, 1 Mar 2019
[ 13:32 adamw search for other commits by this committer ] Original commit   Revision:494296
Update vim to patchlevel 985
Fri, 1 Feb 2019
[ 13:54 adamw search for other commits by this committer ] Original commit   Revision:491810
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 search for other commits by this committer ] Original commit   Revision:488932
Update vim to patchlevel 676
Sat, 1 Dec 2018
[ 16:35 adamw search for other commits by this committer ] Original commit   Revision:486378
Update vim to patchlevel 555
Thu, 1 Nov 2018
[ 16:25 adamw search for other commits by this committer ] Original commit   Revision:483686
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 search for other commits by this committer ] Original commit   Revision:481028
Update vim to patchlevel 443
Sat, 1 Sep 2018
[ 14:22 adamw search for other commits by this committer ] Original commit   Revision:478699
Update vim to patchlevel 342
Wed, 1 Aug 2018
[ 16:51 adamw search for other commits by this committer ] Original commit   Revision:476185
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 search for other commits by this committer ] Original commit   Revision:473772
Update vim to patchlevel 139
Sat, 9 Jun 2018
[ 16:51 adamw search for other commits by this committer ] Original commit   Revision:472071
Update vim to patchlevel 39
Sat, 26 May 2018
[ 15:19 adamw search for other commits by this committer ] Original commit   Revision:470895
Update vim to patchlevel 22
Sat, 19 May 2018
[ 14:41 adamw search for other commits by this committer ] Original commit   Revision:470409
Update vim to 8.1, patchlevel 4
Sat, 12 May 2018
[ 14:00 adamw search for other commits by this committer ] Original commit   Revision:469730
Update vim to patchlevel 1817
Sat, 5 May 2018
[ 16:01 adamw search for other commits by this committer ] Original commit   Revision:469124
Update vim to patchlevel 1794
Sat, 28 Apr 2018
[ 13:30 adamw search for other commits by this committer ] Original commit   Revision:468541
Update vim to patchlevel 1769
Sat, 21 Apr 2018
[ 15:14 adamw search for other commits by this committer ] Original commit   Revision:467896
Update vim to patchlevel 1740
Sun, 15 Apr 2018
[ 12:54 adamw search for other commits by this committer ] Original commit   Revision:467387
Update vim to patchlevel 1718
Sat, 7 Apr 2018
[ 22:00 adamw search for other commits by this committer ] Original commit   Revision:466764
Update vim to patchlevel 1674
Sun, 1 Apr 2018
[ 16:53 adamw search for other commits by this committer ] Original commit   Revision:466170
Update vim to patchlevel 1655
Sun, 25 Mar 2018
[ 13:06 adamw search for other commits by this committer ] Original commit   Revision:465515
Update vim to patchlevel 1638
Mon, 19 Mar 2018
[ 03:40 adamw search for other commits by this committer ] Original commit   Revision:464979
Update vim to patchlevel 1616
Sun, 11 Mar 2018
[ 00:29 adamw search for other commits by this committer ] Original commit   Revision:464133
Update vim to patchlevel 1594
Sat, 3 Mar 2018
[ 23:57 adamw search for other commits by this committer ] Original commit   Revision:463544
Update vim to patchlevel 1563
Sat, 24 Feb 2018
[ 19:08 adamw search for other commits by this committer ] Original commit   Revision:462858
Update vim to patchlevel 1539
Sat, 17 Feb 2018
[ 18:57 adamw search for other commits by this committer ] Original commit   Revision:462186
Update vim to patchlevel 1521
Sat, 10 Feb 2018
[ 20:06 adamw search for other commits by this committer ] Original commit   Revision:461430
Update vim to patchlevel 1496
Sat, 3 Feb 2018
[ 16:30 adamw search for other commits by this committer ] Original commit   Revision:460824
Update vim to patchlevel 1458
Sat, 27 Jan 2018
[ 16:50 adamw search for other commits by this committer ] Original commit   Revision:460129
Update vim to patchlevel 1432
Sat, 30 Dec 2017
[ 18:21 adamw search for other commits by this committer ] Original commit   Revision:457629
Update to patchlevel 1427
Sun, 24 Dec 2017
[ 15:05 adamw search for other commits by this committer ] Original commit   Revision:457174
Update to patchlevel 1424
Sat, 16 Dec 2017
[ 21:07 adamw search for other commits by this committer ] Original commit   Revision:456515
Update to patchlevel 1397
Sat, 9 Dec 2017
[ 18:23 adamw search for other commits by this committer ] Original commit   Revision:455869
Update to patchlevel 1381
Sat, 2 Dec 2017
[ 23:10 adamw search for other commits by this committer ] Original commit   Revision:455385
Update to patchlevel 1365
Sat, 25 Nov 2017
[ 20:31 adamw search for other commits by this committer ] Original commit   Revision:454894
Update to patchlevel 1342
Sat, 18 Nov 2017
[ 19:20 adamw search for other commits by this committer ] Original commit   Revision:454451
Update to patchlevel 1309
Sat, 11 Nov 2017
[ 18:08 adamw search for other commits by this committer ] Original commit   Revision:453984
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 search for other commits by this committer ] Original commit   Revision:453485
Update to patchlevel 1264
Sat, 28 Oct 2017
[ 15:56 adamw search for other commits by this committer ] Original commit   Revision:453060
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 search for other commits by this committer ] Original commit   Revision:452593
Update to patchlevel 1207
Sat, 14 Oct 2017
[ 17:35 adamw search for other commits by this committer ] Original commit   Revision:452073
Update to patchlevel 1191
Sat, 7 Oct 2017
[ 16:59 adamw search for other commits by this committer ] Original commit   Revision:451463
Update to patchlevel 1178
Fri, 29 Sep 2017
[ 16:04 adamw search for other commits by this committer ] Original commit   Revision:450908
Update to patchlevel 1159
Sat, 23 Sep 2017
[ 21:06 adamw search for other commits by this committer ] Original commit   Revision:450472
Update to patchlevel 1141
Sat, 16 Sep 2017
[ 15:36 adamw search for other commits by this committer ] Original commit   Revision:449965
Update to patchlevel 1115
Tue, 12 Sep 2017
[ 23:22 adamw search for other commits by this committer ] Original commit   Revision:449743
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 search for other commits by this committer ] Original commit   Revision:449493
Update to patchlevel 1081
Sat, 2 Sep 2017
[ 15:23 adamw search for other commits by this committer ] Original commit   Revision:449150
Update to patchlevel 1035.
Sat, 26 Aug 2017
[ 20:26 adamw search for other commits by this committer ] Original commit   Revision:448783
Update to patchlevel 1000.
Sat, 19 Aug 2017
[ 13:39 adamw search for other commits by this committer ] Original commit   Revision:448308
Update to patchlevel 962.

Number of commits found: 360 (showing only 100 on this page)

1 | 2 | 3 | 4  »