]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-search.cc
fix vim-style foldmarker
[apt.git] / apt-private / private-search.cc
index 6881f482f50066d5f68a99449c14ab89ad7df819..ff4140fa70099d09128445c4b7490402f8e82e78 100644 (file)
@@ -1,3 +1,4 @@
+// Includes                                                            /*{{{*/
 #include <apt-pkg/error.h>
 #include <apt-pkg/cachefile.h>
 #include <apt-pkg/cachefilter.h>
@@ -34,9 +35,9 @@
 
 #include "private-search.h"
 #include "private-cacheset.h"
+                                                                       /*}}}*/
 
-
-bool FullTextSearch(CommandLine &CmdL)
+bool FullTextSearch(CommandLine &CmdL)                                 /*{{{*/
 {
    pkgCacheFile CacheFile;
    pkgCache *Cache = CacheFile.GetPkgCache();
@@ -97,3 +98,4 @@ bool FullTextSearch(CommandLine &CmdL)
 
    return true;
 }
+                                                                       /*}}}*/