Phil Runninger

Results 25 comments of Phil Runninger

That's a neat idea, but I don't have the bandwidth to take it on right now. I'd be willing to accept a pull request if you or anyone else wants...

@tempoz This is a nice idea, but I'd rather see this done with a new command, instead of adding more settings. This will give the users the ability to more...

I like this idea. It will require quite a bit of work to get it right. In the meantime, you can use this workaround. 1. In NERDTree, use the `:EditBookmarks`...

I am not seeing this behavior on my setup. Please attach a minimal `vimrc` that can be used to reproduce the issue.

@Hungpro3112 , here's a little tip for you when asking for help as you learn vim. When someone asks for a `vimrc` file to aid in debugging an issue, don't...

There is nothing wrong with your settings. They are working correctly. However, you have some redundant auto commands that you can remove. Get rid of ```vim "Turn off notification from...

I'm OK with changing the license. There was a similar discussion in the [nerdcommenter](https://github.com/preservim/nerdcommenter/issues/217) project, which was subsequently changed to a CC0 license.

First, let's see what functions are throwing the exception. Enter these commands and report back what they print out. Keep in mind the numbers may be different now than when...

Can either of you give me a clearer set of steps to reproduce this? I see that @NickolasHKraus is using `syntastic` and @hbarcelos is using `ALE`. I'm wondering if there...

@NickolasHKraus @hbarcelos @codingedward I suspect there is an autocommand that is calling some other function, which causing this behavior. Please add a comment with the contents of these Vim commands:...