Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vint: next-line syntax is broken #329

Closed
natebosch opened this issue Oct 21, 2019 · 4 comments
Closed

vint: next-line syntax is broken #329

natebosch opened this issue Oct 21, 2019 · 4 comments

Comments

@natebosch
Copy link

If I add a line:

" vint: next-line -ProhibitAutocmdWithNoGroup

I get warnings (more than one for some reason)

vint WARNING: Policy `line` is not defined
vint WARNING: Policy `line` is not defined
vint WARNING: Policy `line` is not defined
vint WARNING: Policy `line` is not defined
vint WARNING: Policy `line` is not defined
vint WARNING: Policy `line` is not defined
vint WARNING: Policy `line` is not defined

I based this comment on the example in the readme.

I'm on version 0.3.21 installed with pip

@blueyed
Copy link
Member

blueyed commented Oct 21, 2019

It does not work in 0.3.21, but only later (added in efff450 apparently).
I recommend using master.

@blueyed blueyed closed this as completed Oct 21, 2019
@openjck
Copy link

openjck commented Jun 27, 2021

I ran into this issue as well. Thanks for reporting it, @natebosch.

@blueyed, do you think there's any way the team could do a new release which includes this fix?

@LRitzdorf
Copy link

The version of vint installed via pip (from the Python Package Index) does not include this fix. For that reason, I would suggest that this issue be reopened until the PyPI version is updated. Thanks!

@qadzek
Copy link

qadzek commented Aug 22, 2023

Uninstalling the default pip version (pip uninstall vim-vint) and then installing the latest commit pip install git+https://github.com/Vimjas/vint.git indeed solved this bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants