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

Adding another Vundle Log filetype + settings/highlighting #683

Closed
wants to merge 1 commit into from
Closed

Adding another Vundle Log filetype + settings/highlighting #683

wants to merge 1 commit into from

Conversation

nfischer
Copy link
Contributor

This adds syntax highlighting to log files generated by the :VundleLog command. This complements the syntax highlighting for the changelog, added in #633.

This PR does 2 things:

  • Adds a new filetype + highlighting
  • Renames the old filetype to avoid a name collision

My initial motivation for the highlighting was to emphasize errors, since these can be easily overlooked. This has some other useful highlighting, such as emphasizing plugin names and git changes, overall helping with readability.

Since this deals with :VundleLog and the previous change deals with :VundleChangeLog, I decided to rename the previous file type from "vundlelog" to "vundlechangelog" and named my tile type to "vundlelog". Syntax files have been renamed accordingly, so the end behavior is the same. This would break any vundlelog file type specific configurations users have set up since #633 was merged, but aside from that, this should be mostly harmless. If this is a concern, I'm open to naming suggestions.

@ryanoasis
Copy link
Member

At a brief cursory glance this looks harmless. Has anyone else tested this out?

I will try to take a look today...

@nfischer
Copy link
Contributor Author

@ryanoasis, thanks!

I was using this build for a while, and I saw no issues. It's been a while since I've used this though, so there may be ways to improve the regexes and such.

I haven't tested this with wget, curl, etc - only git.

@ryanoasis
Copy link
Member

@nfischer I didn't get a chance yet but this is on my radar (for whatever that's worth 😉)

@nfischer
Copy link
Contributor Author

👍 SGTM

@ryanoasis ryanoasis modified the milestone: 0.10.3 Mar 16, 2016
ryanoasis added a commit that referenced this pull request Apr 22, 2016
Adding another Vundle Log filetype + settings/highlighting
@ryanoasis
Copy link
Member

Finally got around to getting these into branch/release 0.10.3

Have only cursory tested :VundleInstall, :VundleUpdate, :VundleSearch, and viewed the vundle log.

Side note, not sure when it happened (seems to even happen on master) but during my testing :VundleUpdate is VERY SLOW... maybe it is just on my end?

@nfischer nfischer closed this Jul 2, 2018
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

Successfully merging this pull request may close these issues.

2 participants