aports/testing/ldapvi/ldapvi_vim_modeline_fix.patch
ScrumpyJack 2d969d8c23 testing/ldapvi: new aport
Interactive LDAP client for Unix terminals
http://www.lichteblau.com/ldapvi/
2014-07-28 09:24:19 +00:00

12 lines
371 B
Diff

--- ldapvi-1.7.orig/ldapvi.c 2014-05-07 15:43:26.727507056 +0400
+++ ldapvi-1.7/ldapvi.c 2014-05-07 15:43:07.787295850 +0400
@@ -1414,7 +1414,7 @@
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) {