Results 25 comments of Cyker Way

I don't think they are the same. For example: Open vim on Buffer 1, then switch to Buffer 2, then `:bd#`. Then Buffer 1 will be closed and no rename...

> you want an event after the list of buffers changed in some way. Yes. > Deleting a buffer is one, renaming is another one. Yes. In addition, adding a...

There aren't "multiple" easily parseable outputs. The only one I've found easily parseable is the `json` reporter, which still isn't very easily with command line tools. However, I found the...

Yes, I know this *intra-line* formatting is very configurable (and works great), but what I'm asking here is about *inter-line* formatting. Those extra `*************` markers are annoying when parsing pylint...

Try this: ``` cd jni/crypto ln -s ../e_os.h . ln -s ../include/openssl . cd ../apps ln -s ../e_os.h . ln -s ../include/openssl . cd ../ssl ln -s ../e_os.h . ln...