Search notes:

VIM struct: foldinfo_T

Used to pass info about a fold from the fold-detection code to the code that displays the foldcolumn.
typedef struct foldinfo
{
    int         fi_level;       // level of the fold; when this is zero the
                                // other fields are invalid
    int         fi_lnum;        // line number where fold starts
    int         fi_low_level;   // lowest fold level that starts in the same
                                // line
} foldinfo_T;

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