Search notes:

VIM struct: AutoCmd

typedef struct AutoCmd
{
    char_u          *cmd;               // The command to be executed (NULL
                                        // when command has been removed).
    char            once;               // "One shot": removed after execution
    char            nested;             // If autocommands nest here.
    char            last;               // last command in list
#ifdef FEAT_EVAL
    sctx_T          script_ctx;         // script context where defined
#endif
    struct AutoCmd  *next;              // next AutoCmd in list
} AutoCmd;

See also

The AutoPatCmd struct.

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...', 1759413076, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/vim/sources/src/autocmd_c/AutoCmd(46): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78