Miao Jiang

Results 8 comments of Miao Jiang

Sorry for late reply, Header isn't saved, it must be add HEADERFUNCTION in C++ source file. I will patch it when I am free.

Now node-curl supports read the header. it is at `curl.header`. It need some more test, the package on npm will be updated some delay.

You close the curl before the request finished by code `curlReq.close();`. close should be in the callback function.

It uses `o` to insert new indented line. so the behavior depends on vim settings.

use `let g:AutoPairsWildClosedPair = ''`

Error code is not supported in current version. The error code is converted to error message by `curl_easy_strerror`.

You could change the shortcut in .vimrc, add code ``` let g:AutoPairsShortcutFastWrap='' ``` which is `` by default Related issue #88

`let g:AutoPairsMultilineClose = 0` to turn off the feature.