diff options
author | Sterling Hughes <sterling@bumblebury.com> | 2001-10-11 09:32:19 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@bumblebury.com> | 2001-10-11 09:32:19 +0000 |
commit | 8e91d5de8e4e17ce3d4936cc91171d09726e7bb3 (patch) | |
tree | efbbae5d089c016c542f5d286d6295d64c463c88 /lib/easy.c | |
parent | 2f85f3b1471d5db591cbe819a3debb9b75d73b8f (diff) | |
download | curl-8e91d5de8e4e17ce3d4936cc91171d09726e7bb3.tar.gz |
looks nicer and is better compatible with older vim versions
Diffstat (limited to 'lib/easy.c')
-rw-r--r-- | lib/easy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/easy.c b/lib/easy.c index d79dbacef..43edce5f8 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 */ |