Bug 248504 - editors/vim 8.2.1334 has a .vim parser bug
Summary: editors/vim 8.2.1334 has a .vim parser bug
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Adam Weinberger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-06 19:03 UTC by p5B2EA84B3
Modified: 2020-08-07 01:50 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (adamw)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description p5B2EA84B3 2020-08-06 19:03:40 UTC
With vim-8.2.1334 the port got this bug:

Problem:    Curly braces expression ending in " }" does not work.
Solution:   Skip over white space when checking for "}". (closes #6634)

fixed upstream in  patch 8.2.1379

Please commit the upstream fix with patch 8.2.1379 as some plugin modules are broken.
Comment 1 p5B2EA84B3 2020-08-06 19:08:42 UTC
(In reply to p5B2E9A8F from comment #0)
for reference see: 
https://github.com/vim/vim/issues/6634
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-08-07 01:45:07 UTC
A commit references this bug:

Author: adamw
Date: Fri Aug  7 01:44:08 UTC 2020
New revision: 544302
URL: https://svnweb.freebsd.org/changeset/ports/544302

Log:
  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

Changes:
  head/editors/vim/Makefile
  head/editors/vim/distinfo
Comment 3 Adam Weinberger freebsd_committer freebsd_triage 2020-08-07 01:50:25 UTC
Done. Thanks for submitting this!