Search notes:

VIM struct: buffheader_T

buffheader_T is used for the stuff buffer and the redo buffer.
typedef struct buffblock  buffblock_T;
typedef struct buffheader buffheader_T;

struct buffheader
{
    buffblock_T  bh_first;      // first (dummy) block of list
    buffblock_T *bh_curr;       // buffblock for appending
    int          bh_index;      // index for reading
    int          bh_space;      // space in bh_curr for appending
};
Some variables of this struct are defined in getchar.c.

See also

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