From 8e91d5de8e4e17ce3d4936cc91171d09726e7bb3 Mon Sep 17 00:00:00 2001 From: Sterling Hughes Date: Thu, 11 Oct 2001 09:32:19 +0000 Subject: [PATCH] looks nicer and is better compatible with older vim versions --- lib/base64.c | 4 ++-- lib/cookie.c | 4 ++-- lib/dict.c | 4 ++-- lib/dllinit.c | 4 ++-- lib/easy.c | 4 ++-- lib/escape.c | 4 ++-- lib/file.c | 4 ++-- lib/formdata.c | 4 ++-- lib/ftp.c | 4 ++-- lib/getdate.c | 4 ++-- lib/getenv.c | 4 ++-- lib/getinfo.c | 4 ++-- lib/getpass.c | 4 ++-- lib/hostip.c | 4 ++-- lib/http.c | 4 ++-- lib/http_chunks.c | 4 ++-- lib/if2ip.c | 4 ++-- lib/krb4.c | 4 ++-- lib/ldap.c | 4 ++-- lib/memdebug.c | 4 ++-- lib/mprintf.c | 4 ++-- lib/netrc.c | 4 ++-- lib/progress.c | 4 ++-- lib/security.c | 4 ++-- lib/sendf.c | 4 ++-- lib/speedcheck.c | 4 ++-- lib/ssluse.c | 4 ++-- lib/strequal.c | 4 ++-- lib/strtok.c | 4 ++-- lib/telnet.c | 4 ++-- lib/timeval.c | 4 ++-- lib/transfer.c | 4 ++-- lib/url.c | 4 ++-- lib/version.c | 4 ++-- 34 files changed, 68 insertions(+), 68 deletions(-) diff --git a/lib/base64.c b/lib/base64.c index 49b2096..ecaa50d 100644 --- a/lib/base64.c +++ b/lib/base64.c @@ -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 */ diff --git a/lib/cookie.c b/lib/cookie.c index 12e4074..97330cb 100644 --- a/lib/cookie.c +++ b/lib/cookie.c @@ -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 */ diff --git a/lib/dict.c b/lib/dict.c index 2bc350b..98f705c 100644 --- a/lib/dict.c +++ b/lib/dict.c @@ -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 */ diff --git a/lib/dllinit.c b/lib/dllinit.c index d4a2764..d71a1f9 100644 --- a/lib/dllinit.c +++ b/lib/dllinit.c @@ -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 */ diff --git a/lib/easy.c b/lib/easy.c index d79dbac..43edce5 100644 --- a/lib/easy.c +++ b/lib/easy.c @@ -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 */ diff --git a/lib/escape.c b/lib/escape.c index 10a863e..88f4359 100644 --- a/lib/escape.c +++ b/lib/escape.c @@ -115,6 +115,6 @@ char *curl_unescape(const char *string, int length) * 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 */ diff --git a/lib/file.c b/lib/file.c index 1c9c6ba..2f2b139 100644 --- a/lib/file.c +++ b/lib/file.c @@ -201,6 +201,6 @@ CURLcode Curl_file(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 */ diff --git a/lib/formdata.c b/lib/formdata.c index 1c73e92..0651a7b 100644 --- a/lib/formdata.c +++ b/lib/formdata.c @@ -1463,6 +1463,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 */ diff --git a/lib/ftp.c b/lib/ftp.c index 28e0479..d27c9ad 100644 --- a/lib/ftp.c +++ b/lib/ftp.c @@ -1870,6 +1870,6 @@ CURLcode Curl_ftp_disconnect(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 */ diff --git a/lib/getdate.c b/lib/getdate.c index 9eb43a4..b47bb2a 100644 --- a/lib/getdate.c +++ b/lib/getdate.c @@ -2131,6 +2131,6 @@ main (ac, av) * 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 */ diff --git a/lib/getenv.c b/lib/getenv.c index cb902a5..a99cba4 100644 --- a/lib/getenv.c +++ b/lib/getenv.c @@ -71,6 +71,6 @@ char *curl_getenv(const char *v) * 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 */ diff --git a/lib/getinfo.c b/lib/getinfo.c index 6149073..b502609 100644 --- a/lib/getinfo.c +++ b/lib/getinfo.c @@ -138,6 +138,6 @@ CURLcode Curl_getinfo(struct SessionHandle *data, CURLINFO info, ...) * 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 */ diff --git a/lib/getpass.c b/lib/getpass.c index 7476881..76af6fa 100644 --- a/lib/getpass.c +++ b/lib/getpass.c @@ -249,6 +249,6 @@ char *getpass(const char *prompt) * 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 */ diff --git a/lib/hostip.c b/lib/hostip.c index f02829a..0a9e9f6 100644 --- a/lib/hostip.c +++ b/lib/hostip.c @@ -356,6 +356,6 @@ Curl_addrinfo *Curl_getaddrinfo(struct SessionHandle *data, * 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 */ diff --git a/lib/http.c b/lib/http.c index ea1e4b6..d12db0c 100644 --- a/lib/http.c +++ b/lib/http.c @@ -838,6 +838,6 @@ CURLcode Curl_http(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 */ diff --git a/lib/http_chunks.c b/lib/http_chunks.c index 9cb2aa4..1754079 100644 --- a/lib/http_chunks.c +++ b/lib/http_chunks.c @@ -225,6 +225,6 @@ CHUNKcode Curl_httpchunk_read(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 */ diff --git a/lib/if2ip.c b/lib/if2ip.c index 92905cc..b70ed35 100644 --- a/lib/if2ip.c +++ b/lib/if2ip.c @@ -129,6 +129,6 @@ char *Curl_if2ip(char *interface, char *buf, int buf_size) * 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 */ diff --git a/lib/krb4.c b/lib/krb4.c index bbfda13..fd7934e 100644 --- a/lib/krb4.c +++ b/lib/krb4.c @@ -395,6 +395,6 @@ void Curl_krb_kauth(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 */ diff --git a/lib/ldap.c b/lib/ldap.c index c8cc7e5..860d058 100644 --- a/lib/ldap.c +++ b/lib/ldap.c @@ -218,6 +218,6 @@ CURLcode Curl_ldap(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 */ diff --git a/lib/memdebug.c b/lib/memdebug.c index c8902c1..9999a54 100644 --- a/lib/memdebug.c +++ b/lib/memdebug.c @@ -161,6 +161,6 @@ int curl_fclose(FILE *file, int line, const char *source) * 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 */ diff --git a/lib/mprintf.c b/lib/mprintf.c index 375f4b3..4897b40 100644 --- a/lib/mprintf.c +++ b/lib/mprintf.c @@ -1237,6 +1237,6 @@ int main() * 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 */ diff --git a/lib/netrc.c b/lib/netrc.c index ae5a673..8b68448 100644 --- a/lib/netrc.c +++ b/lib/netrc.c @@ -206,6 +206,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 */ diff --git a/lib/progress.c b/lib/progress.c index 08611e9..3686340 100644 --- a/lib/progress.c +++ b/lib/progress.c @@ -337,6 +337,6 @@ int Curl_pgrsUpdate(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 */ diff --git a/lib/security.c b/lib/security.c index 61faa31..c39f2a0 100644 --- a/lib/security.c +++ b/lib/security.c @@ -552,6 +552,6 @@ Curl_sec_end(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 */ diff --git a/lib/sendf.c b/lib/sendf.c index 240b65b..f23d004 100644 --- a/lib/sendf.c +++ b/lib/sendf.c @@ -296,6 +296,6 @@ CURLcode Curl_read(struct connectdata *conn, int sockfd, * 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 */ diff --git a/lib/speedcheck.c b/lib/speedcheck.c index 465a2aa..3860d10 100644 --- a/lib/speedcheck.c +++ b/lib/speedcheck.c @@ -72,6 +72,6 @@ CURLcode Curl_speedcheck(struct SessionHandle *data, * 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 */ diff --git a/lib/ssluse.c b/lib/ssluse.c index 7dfdef6..11ef177 100644 --- a/lib/ssluse.c +++ b/lib/ssluse.c @@ -725,6 +725,6 @@ Curl_SSLConnect(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 */ diff --git a/lib/strequal.c b/lib/strequal.c index 54ecb74..988f774 100644 --- a/lib/strequal.c +++ b/lib/strequal.c @@ -112,6 +112,6 @@ size_t Curl_strlcat(char *dst, const char *src, size_t siz) * 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 */ diff --git a/lib/strtok.c b/lib/strtok.c index b80bdb1..e7724d9 100644 --- a/lib/strtok.c +++ b/lib/strtok.c @@ -69,6 +69,6 @@ Curl_strtok_r(char *ptr, const char *sep, char **end) * 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 */ diff --git a/lib/telnet.c b/lib/telnet.c index ac40e18..c69ce31 100644 --- a/lib/telnet.c +++ b/lib/telnet.c @@ -1206,6 +1206,6 @@ CURLcode Curl_telnet(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 */ diff --git a/lib/timeval.c b/lib/timeval.c index 4099ede..d30ff74 100644 --- a/lib/timeval.c +++ b/lib/timeval.c @@ -83,6 +83,6 @@ long Curl_tvlong (struct timeval t1) * 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 */ diff --git a/lib/transfer.c b/lib/transfer.c index 0a4c93e..2a044a9 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -1164,6 +1164,6 @@ Curl_Transfer(struct connectdata *c_conn, /* connection data */ * 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 */ diff --git a/lib/url.c b/lib/url.c index dd44b38..2f85212 100644 --- a/lib/url.c +++ b/lib/url.c @@ -2160,6 +2160,6 @@ CURLcode Curl_do(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 */ diff --git a/lib/version.c b/lib/version.c index ae3a865..ac30bf1 100644 --- a/lib/version.c +++ b/lib/version.c @@ -108,6 +108,6 @@ char *curl_version(void) * 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.7.4