Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > 12bbcd59573d32aaefccbd3589970c58 > files > 2

ldapvi-1.7-17.fc18.src.rpm

diff --git a/ldapvi/ldapvi.c b/ldapvi/ldapvi.c
index 7b312f8..d251ee6 100644
--- a/ldapvi/ldapvi.c
+++ b/ldapvi/ldapvi.c
@@ -1414,7 +1414,7 @@ write_file_header(FILE *s, cmdline *cmdline)
 	int nlines = 0;
 
 	if (print_binary_mode == PRINT_UTF8 && !cmdline->ldif) {
-		fputs("# -*- coding: utf-8 -*- vim:encoding=utf-8:\n", s);
+		fputs("# -*- coding: utf-8 -*- \n", s);
 		nlines++;
 	}
 	if (cmdline->ldif) {