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/dict.c | |
parent | 2f85f3b1471d5db591cbe819a3debb9b75d73b8f (diff) | |
download | curl-8e91d5de8e4e17ce3d4936cc91171d09726e7bb3.tar.gz |
looks nicer and is better compatible with older vim versions
Diffstat (limited to 'lib/dict.c')
-rw-r--r-- | lib/dict.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dict.c b/lib/dict.c index 2bc350b31..98f705cac 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 */ |