diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-09-21 14:52:47 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-09-21 14:52:47 +0200 |
commit | e7e9a1cfb9e52fb060cd0c01bb34e9567a04abbc (patch) | |
tree | c6b816e7ba8f9b659e1be415ebf1dac4262c3b82 /main/ldapvi/ldapvi_vim_modeline_fix.patch | |
parent | 452d447d89b3a3775b7f602d7352a8cfe8a0f9d4 (diff) | |
download | aports-e7e9a1cfb9e52fb060cd0c01bb34e9567a04abbc.tar.bz2 aports-e7e9a1cfb9e52fb060cd0c01bb34e9567a04abbc.tar.xz |
testing/*: move to main
Diffstat (limited to 'main/ldapvi/ldapvi_vim_modeline_fix.patch')
-rw-r--r-- | main/ldapvi/ldapvi_vim_modeline_fix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/ldapvi/ldapvi_vim_modeline_fix.patch b/main/ldapvi/ldapvi_vim_modeline_fix.patch new file mode 100644 index 0000000000..b91bff4894 --- /dev/null +++ b/main/ldapvi/ldapvi_vim_modeline_fix.patch @@ -0,0 +1,11 @@ +--- 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) { |