-
Notifications
You must be signed in to change notification settings - Fork 48
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
Migrate from juvenn/mustache.vim and nono/vim-handlebars #1
Comments
Just initially setup README, would much like to have better word from you. |
Deprecated juvenn/mustache.vim. @bruno- could you please bring in changes from nono/vim-handlebars? Thanks! |
Hey @juvenn , |
Hi, I've pushed the changes from vim-handlebars. You should review them as some changes are invasive. |
Hey guys, I've reviewed the updates, and here's what I noticed:
I accidentally found a solution to this (following bullet).
There may be more things that I haven't noticed. Would you agree we should submit a pull request if there is a change proposal, instead of committing directly to master? That way, we all have time to review the changes and give suggestions before they are in |
Hey guys, here's a suggestion what we should do before asking Bram Moolenaar to merge our plugin to vim:
Here's some people that are good with vimscript:
|
Hi,
Yes, it cas my intention. It helps for building other groups but I don't think it deserve its own coloration. For the bug on
OK for me.
Great idea! |
Agree, we should do that.
Great idea! Please cc me if you email them. @bruno- , would you mind creating another issue where we follow about asking for advice and making it into vim? So we can close this issue as long as we make the code clean. |
Hi @nono , Coloration is based on colorscheme and varies wildly from user to user. We should not depend on this for inspection. Here is how to check for syntax groups for any character on the page:
Simpler alternative to this is to use vim-scriptease plugin. Among other things, it has a For the problem we have, @nono, can you please try to debug the issue with the
Can you please let me know what are your results? |
Hi @bruno- I have the same results when using master. If I remove the I think that even the first case is not correct in master, we should have |
Hey guys, this has been open for a long time. We did all the main steps in moving to the new repository so I'm going to close this. |
Now the repo is setup, here's the plan to migrate the code and preserve commit history:
Please add your ideas!
The text was updated successfully, but these errors were encountered: