Fixes vim mode line. master
authorThomas Minvielle <thomas.minvielle@polytechnique.org>
Sun, 2 Feb 2014 16:41:20 +0000 (17:41 +0100)
committerThomas Minvielle <thomas.minvielle@polytechnique.org>
Sun, 2 Feb 2014 16:41:20 +0000 (17:41 +0100)
19 files changed:
banana/banana.inc.php.in
banana/feed.inc.php
banana/mbox.inc.php
banana/message.func.inc.php
banana/message.inc.php
banana/mimepart.inc.php
banana/nntp.inc.php
banana/nntpcore.inc.php
banana/page.inc.php
banana/protocoleinterface.inc.php
banana/spool.inc.php
banana/templates/banana-base.tpl
banana/templates/banana-boxlist.inc.tpl
banana/templates/banana-feed-rss2.tpl
banana/templates/banana-message.inc.tpl
banana/templates/banana-newmessage.inc.tpl
banana/templates/banana-thread.inc.tpl
banana/text.func.inc.php
banana/tree.inc.php

index b4878a0..5f35874 100644 (file)
@@ -753,5 +753,5 @@ class Banana
     }
 }
 
-// vim:set et sw=4 sts=4 ts=4 enc=utf-8:
+// vim:set et sw=4 sts=4 ts=4 fenc=utf-8:
 ?>
index e9125de..081a2f5 100644 (file)
@@ -200,5 +200,5 @@ class BananaFeed
     }
 }
 
-// vim:set et sw=4 sts=4 ts=4 enc=utf-8:
+// vim:set et sw=4 sts=4 ts=4 fenc=utf-8:
 ?>
index 3483cec..bac1164 100644 (file)
@@ -341,5 +341,5 @@ class BananaMBox implements BananaProtocoleInterface
     }
 }
 
-// vim:set et sw=4 sts=4 ts=4 enc=utf-8:
+// vim:set et sw=4 sts=4 ts=4 fenc=utf-8:
 ?>
index 9a59103..ee03660 100644 (file)
@@ -564,5 +564,5 @@ function banana_quoteRichtText(BananaMimePart $part)
 
 // }}}
 
-// vim:set et sw=4 sts=4 ts=4 enc=utf-8:
+// vim:set et sw=4 sts=4 ts=4 fenc=utf-8:
 ?>
index 357c26a..a86ae2e 100644 (file)
@@ -312,5 +312,5 @@ final class BananaMessage extends BananaMimePart
     }
 }
 
-// vim:set et sw=4 sts=4 ts=4 enc=utf-8:
+// vim:set et sw=4 sts=4 ts=4 fenc=utf-8:
 ?>
index b072242..d654ea5 100644 (file)
@@ -722,5 +722,5 @@ class BananaMimePart
     }
 }
 
-// vim:set et sw=4 sts=4 ts=4 enc=utf-8:
+// vim:set et sw=4 sts=4 ts=4 fenc=utf-8:
 ?>
index 3ac4670..1076a57 100644 (file)
@@ -273,5 +273,5 @@ class BananaNNTP extends BananaNNTPCore implements BananaProtocoleInterface
     }
 }
 
-// vim:set et sw=4 sts=4 ts=4 enc=utf-8:
+// vim:set et sw=4 sts=4 ts=4 fenc=utf-8:
 ?>
index a1cc90f..3632b31 100644 (file)
@@ -520,5 +520,5 @@ class BananaNNTPCore
     }
 }
 
-// vim:set et sw=4 sts=4 ts=4 enc=utf-8:
+// vim:set et sw=4 sts=4 ts=4 fenc=utf-8:
 ?>
index a3e1f5d..fe6d56a 100644 (file)
@@ -454,5 +454,5 @@ function rss_date($t)
 
 // }}}
 
-// vim:set et sw=4 sts=4 ts=4 enc=utf-8:
+// vim:set et sw=4 sts=4 ts=4 fenc=utf-8:
 ?>
index 4f4b496..799f683 100644 (file)
@@ -115,5 +115,5 @@ interface BananaProtocoleInterface
     public function backtrace();
 }
 
-// vim:set et sw=4 sts=4 ts=4 enc=utf-8:
+// vim:set et sw=4 sts=4 ts=4 fenc=utf-8:
 ?>
index e0a144a..011ec1f 100644 (file)
@@ -734,5 +734,5 @@ class BananaSpool
         return null;
     }
 }
-// vim:set et sw=4 sts=4 ts=4 enc=utf-8:
+// vim:set et sw=4 sts=4 ts=4 fenc=utf-8:
 ?>
index 24794c3..e73244d 100644 (file)
@@ -73,4 +73,4 @@
 </div>
 {/if}
 
-{* vim:set et sw=2 sts=2 ts=2 enc=utf-8: *}
+{* vim:set et sw=2 sts=2 ts=2 fenc=utf-8: *}
index 38ab181..8c64d42 100644 (file)
@@ -48,4 +48,4 @@
 {/if}
 {/if}
 
-{* vim:set et sw=2 sts=2 ts=2 enc=utf-8: *}
+{* vim:set et sw=2 sts=2 ts=2 fenc=utf-8: *}
index 882c430..e91dc1b 100644 (file)
@@ -24,4 +24,4 @@
     {/foreach}
   </channel>
 </rss>
-{* vim:set et sw=2 sts=2 ts=2 enc=utf-8: *}
+{* vim:set et sw=2 sts=2 ts=2 fenc=utf-8: *}
index dd4af09..2179855 100644 (file)
   {/if}
 </table>
 
-{* vim:set et sw=2 sts=2 ts=2 enc=utf-8: *}
+{* vim:set et sw=2 sts=2 ts=2 fenc=utf-8: *}
index dccdae2..e6e199f 100644 (file)
@@ -41,4 +41,4 @@
   </table>
 </form>
 
-{* vim:set et sts=2 ts=2 sw=2 enc=utf-8: *}
+{* vim:set et sts=2 ts=2 sw=2 fenc=utf-8: *}
index 482d0c8..616ffca 100644 (file)
@@ -71,4 +71,4 @@
 {include file="banana-boxlist.inc.tpl" grouplist=$groups withstats=true withsubs=false withfeed=false}
 {/if}
 
-{* vim:set et sw=2 sts=2 ts=2 enc=utf-8: *}
+{* vim:set et sw=2 sts=2 ts=2 fenc=utf-8: *}
index 483d281..dbf57ce 100644 (file)
@@ -110,5 +110,5 @@ function banana_utf8entities($source)
    return $encodedString;
 }
 
-// vim:set et sw=4 sts=4 ts=4 enc=utf-8:
+// vim:set et sw=4 sts=4 ts=4 fenc=utf-8:
 ?>
index 0f66d67..2263fbc 100644 (file)
@@ -206,5 +206,5 @@ class BananaTree
         @unlink(BananaTree::filename($id));
     }
 }
-// vim:set et sw=4 sts=4 ts=4 enc=utf-8:
+// vim:set et sw=4 sts=4 ts=4 fenc=utf-8:
 ?>