-
Notifications
You must be signed in to change notification settings - Fork 139
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
submit to vim #223
Comments
Hi Chris,
I have no problem in including it in Vim. I don't see any major blocks either.
I'm not sure how Vim's development model is gonna change. If possible, I'm ok with developing it as part of Vim.
Also, let's hear what other developers say. @cxw42
Let me know what you think.
Hong
…On August 15, 2023 12:20:07 AM PDT, Christian Brabandt ***@***.***> wrote:
Hi,
I am sure you are aware of vim/vim#2286
I am now considering to include it for the upcoming Vim 9.1 release and just wanted to check with you, whether you are okay with this?
Also, just in case there are any major blockers in the master branch, that should be fixed before distributing this with Vim?
Thanks,
Chris
|
@chrisbra Thanks for the consideration! No blockers except #221, which sounds like it's a one-line fix.
Thanks again! I am very excited to see this plug-in distributed with the (world's greatest :) ) editor! |
Should be fine. I'd appreciate, if it would be continued to be maintained here. There is no hurry to change it to Vim9 script in my opinion (unless there are real gains here). The only other issue, you may want to consider at one point is that apparently it is not correctly auto-loaded (e.g. even when not used, it is loaded.). Not sure how bad this is, but I'll make it an optional plugin anyhow, so this may not be so bad. |
Sure, and actually I just opened #222 the other day to use autoload more effectively. |
This is the editorconfig-vim plugin Commit e014708e917b457e8f6c57f357d55dd3826880d4 from https://github.com/editorconfig/editorconfig-vim closes: vim#2286 related: editorconfig/editorconfig-vim#223 Signed-off-by: Christian Brabandt <[email protected]>
This is the editorconfig-vim plugin Commit e014708e917b457e8f6c57f357d55dd3826880d4 from https://github.com/editorconfig/editorconfig-vim closes: #2286 related: editorconfig/editorconfig-vim#223 Signed-off-by: Christian Brabandt <[email protected]>
closing as of Vim Commit vim/vim@e5e0430 |
This is the editorconfig-vim plugin Commit e014708e917b457e8f6c57f357d55dd3826880d4 from https://github.com/editorconfig/editorconfig-vim closes: vim#2286 related: editorconfig/editorconfig-vim#223 Signed-off-by: Christian Brabandt <[email protected]>
This is the editorconfig-vim plugin Commit e014708e917b457e8f6c57f357d55dd3826880d4 from https://github.com/editorconfig/editorconfig-vim closes: vim#2286 related: editorconfig/editorconfig-vim#223 Signed-off-by: Christian Brabandt <[email protected]>
I tagged https://github.com/editorconfig/editorconfig-vim/releases/tag/v.1.2.1-alpha.1 to record where Vim first pulled in the plugin. I used a pre-release tag since the plugin at that commit suffers from #224. (Sorry about that! It is an ergonomics issue, not functionality.) |
Hi,
I am sure you are aware of vim/vim#2286
I am now considering to include it for the upcoming Vim 9.1 release and just wanted to check with you, whether you are okay with this?
Also, just in case there are any major blockers in the master branch, that should be fixed before distributing this with Vim?
Thanks,
Chris
The text was updated successfully, but these errors were encountered: