Commit 8e91d5de authored by Sterling Hughes's avatar Sterling Hughes
Browse files

looks nicer and is better compatible with older vim versions

parent 2f85f3b1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -265,6 +265,6 @@ void *suck(int *lenptr) {
 * local variables:
 * eval: (load-file "../curl-mode.el")
 * end:
 * vim600: et sw=2 ts=2 sts=2 tw=78 fdm=marker
 * vim<600: et sw=2 ts=2 sts=2 tw=78
 * vim600: fdm=marker
 * vim: et sw=2 ts=2 sts=2 tw=78
 */
+2 −2
Original line number Diff line number Diff line
@@ -686,6 +686,6 @@ int main(int argc, char **argv)
 * local variables:
 * eval: (load-file "../curl-mode.el")
 * end:
 * vim600: et sw=2 ts=2 sts=2 tw=78 fdm=marker
 * vim<600: et sw=2 ts=2 sts=2 tw=78
 * vim600: fdm=marker
 * vim: et sw=2 ts=2 sts=2 tw=78
 */
+2 −2
Original line number Diff line number Diff line
@@ -237,6 +237,6 @@ CURLcode Curl_dict(struct connectdata *conn)
 * local variables:
 * eval: (load-file "../curl-mode.el")
 * end:
 * vim600: et sw=2 ts=2 sts=2 tw=78 fdm=marker
 * vim<600: et sw=2 ts=2 sts=2 tw=78
 * vim600: fdm=marker
 * vim: et sw=2 ts=2 sts=2 tw=78
 */
+2 −2
Original line number Diff line number Diff line
@@ -87,6 +87,6 @@ DllMain (
 * local variables:
 * eval: (load-file "../curl-mode.el")
 * end:
 * vim600: et sw=2 ts=2 sts=2 tw=78 fdm=marker
 * vim<600: et sw=2 ts=2 sts=2 tw=78
 * vim600: fdm=marker
 * vim: et sw=2 ts=2 sts=2 tw=78
 */
+2 −2
Original line number Diff line number Diff line
@@ -314,6 +314,6 @@ CURL *curl_easy_duphandle(CURL *incurl)
 * local variables:
 * eval: (load-file "../curl-mode.el")
 * end:
 * vim600: et sw=2 ts=2 sts=2 tw=78 fdm=marker
 * vim<600: et sw=2 ts=2 sts=2 tw=78
 * vim600: fdm=marker
 * vim: et sw=2 ts=2 sts=2 tw=78
 */
Loading