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

s:MAX_PROPERTY_VALUE in ini.vim is too short #180

Open
thawk opened this issue Jul 23, 2021 · 1 comment
Open

s:MAX_PROPERTY_VALUE in ini.vim is too short #180

thawk opened this issue Jul 23, 2021 · 1 comment

Comments

@thawk
Copy link

thawk commented Jul 23, 2021

In my C++ project, there're tens of modules, thus tens of include path to be set in c_include_path property. Currently, s:MAX_SECTION_NAME is set to 255 and can't be alter by user configration.

Since s:MAX_SECTION_NAME is 4096, s:MAX_PROPERTY_VALUE shouldn't shorter than that.

BTW, it's better to expose an option to set these limits.

@xuhdev
Copy link
Member

xuhdev commented Jul 23, 2021

I believe you are talking about s:MAX_PROPERTY_VALUE. Yes I agree, we should make them configurable.

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

2 participants