-
Notifications
You must be signed in to change notification settings - Fork 67
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
Provide patch for vim 7.4 #63
Comments
On Mon, Oct 28, 2013 at 10:43 AM, Jan Vlčinský [email protected]:
Regards, Herb |
Hi Herb So - in case you would by dying trying - stop it, there are more important things to do today or tomorrow. Patch for 7.4 is still welcome. Spending couple of hours on vimorg I have to admit, this is real piece of work - awesome. Thanks for that. Are you still using it for your task management and note taking? Getting excited about a new solution is one thing (articles about perfect GTD tools are countless, but they most often lack any sign of continuation), but using it (and maintaining) in long term is what really counts. I got feeling with vimorg it is the second way. |
On Mon, Oct 28, 2013 at 12:00 PM, Jan Vlčinský [email protected]:
|
Hi Herb. Use of vimorg without your nice highlighting addition is ... not very convenient. Meantime I have checked emacs, installed it, studied org-mode - it is very well documented, all seems functioning, so I am currently using org-mode under emacs. But it really hurts. All my kung-fu trics and habits from vim are clashing with something in emacs - and this is not only about not being used to that, but unnecessary complexity of all the keystrokes - uaaaa. I appreciate your heroism compiling Vim under Windows. If you succeed, you will get my appreciation. |
On Mon, Nov 4, 2013 at 5:48 AM, Jan Vlčinský [email protected]:
I thought you had previously reported that the patch for v7.3.390 was
-- Herb |
Thanks Herb for your great tips. I found, that working a while in emacs is really spoiling my productivity in vim and other vim-like environments (vimperator in Firefox, shortucts in GMail...). Regarding the patch: when I applied that, I was happy it works. But when I was using it a bit more, it occasionally got stuck and I was unable to do any Ctrl-C or so. I was happy to kill it by I searched for some tool for organizing my (mostly GTD influenced) notes and during this search I got couple of dreams for best solution. org-mode is fulfilling more then I was dreaming of, so I am thinking, how to go on. I want to be productive. Your VimOrganizer provides nice features, as you say, it is "pretty usable". But I got some problems with using agenda (generated agenda was not regenerating but being appended to the end repeatedly). I shall properly describe and report these two bugs, but I am getting into hard period of my year, where I am lacking any reserves, so it has to go to my existing notes into Someday part and I shall hope to get back to that in foreseeable future. |
EVIL vim-emulator is great relief. And keymappings for it from your link too. Thanks a lot. |
On Mon, Nov 4, 2013 at 8:36 PM, Jan Vlčinský [email protected]:
Still not sure what your issues could be with the fold-highlight patch. I wonder whether it's possible that patch is not getting properly applied. Regards, Herb |
Hi Herb Jan |
On Tue, Nov 5, 2013 at 11:44 AM, Jan Vlčinský [email protected]:
|
It seems that GitHub does not allow attaching files to issues (only images are allowed to be pasted into report). See: http://stackoverflow.com/questions/10963205/how-to-attach-file-to-a-github-issue What about creating a branch and adding that patch into source tree? Jan |
On Tue, Nov 5, 2013 at 12:51 PM, Jan Vlčinský [email protected]:
I just pushed the file up to main repo on github. Hopefully it won't have |
Hi Herb I do not have much skills with applying patches (the 7.3 patch was the first one I have ever applied). Comparing the previous patches with existing one I found following differences:
I tried to modify the patch - changed "" to "/" and changed directory names. Anyway, it was still asking for a file to patch:: $ patch < ../patch/vim74_foldhighlight.patch
can't find file to patch at input line 4
Perhaps you should have used the -p or --strip option?
The text leading up to this was:
--------------------------
|diff -u src/eval.c src-changed/eval.c
|--- src/eval.c Fri Jul 05 09:23:42 2013
|+++ src-changed/eval.c Tue Oct 29 13:58:08 2013
--------------------------
File to patch: Then, I made new try:
Result is not good, even though vim runs and does not seem crush (after short use, no extensive testing), but folds are not highlighted. I would propose following steps:
Jan |
On Wed, Nov 6, 2013 at 2:16 PM, Jan Vlčinský [email protected]:
patch -p1 --verbose -i [name of patch file] The verbose will result in information about how the patch worked. The Vim74 patch is for the main downloadable version at vim.org ( The patch files will usually work with later versions of the Vim source Hope that helps, Herb
|
What exactly does the patch do? Can you show a screenshot please? |
@chrisbra, a patch is a text file, just read it. ;-) |
On Mon, Jun 6, 2016 at 12:45 PM, Christian Brabandt <
But the patch creates what I call "level dependent fold highlighting". With the patch the collapsed headings will be the same color as the same Also, if a heading has a todo item in it (e.g., TODO, DONE, CLOSED, etc.) |
On Mon, Jun 6, 2016 at 1:13 PM, TheBigBear [email protected] wrote:
|
thanks. The reason I asked is, I am wondering whether it is worth submitting upstream. I wondered if I should update the patch and submit it, however I don't know, if it is considered generally useful. It needs documentation however and a test would be good as well. But before I consider writing those, I asked here first. |
@chrisbra sorry had a rubbish day at work and took it out on you. sincere apologies, should have not responded, or taken time to first look you up. |
@TheBigBear no problem and a great move to apologize! |
On Mon, Jun 6, 2016 at 1:21 PM, Christian Brabandt <[email protected]
|
On Mon, Jun 6, 2016 at 1:16 PM, Herbert Sitz [email protected] wrote:
|
Recently (by end of August 2013), vim version 7.4 was released and is included e.g. in Ubuntu 13.10.
Current contrib directory provides patches only for older versions 7.3 and 7.2.
Vím version 7.4 for sure does not highlight properly folded headers, so the patch is needed.
Please, provide patch for vim 7.4, so that I can use this excellent tool without swallowing a bullet and switching to emacs.
The text was updated successfully, but these errors were encountered: