Search notes:

VIM struct: AutoPat

typedef struct AutoPat
{
    struct AutoPat  *next;              // Next AutoPat in AutoPat list; MUST
                                        // be the first entry.
    char_u          *pat;               // pattern as typed (NULL when pattern
                                        // has been removed)
    regprog_T       *reg_prog;          // compiled regprog for pattern
    AutoCmd         *cmds;              // list of commands to do
    int             group;              // group ID
    int             patlen;             // strlen() of pat
    int             buflocal_nr;        // !=0 for buffer-local AutoPat
    char            allow_dirs;         // Pattern may match whole path
    char            last;               // last pattern for apply_autocmds()
} AutoPat;

See also

first_autopat and last_autopat.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1759413074, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/vim/sources/src/autocmd_c/AutoPat(48): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78