Search notes:

VIM struct: wininfo_T

The wininfo_T struct stores information that pertains to a Window stored with a buffer.
Two types of info are kept for a buffer which are associated with a specific window:
The window-info is kept in a list at b_wininfo. It is kept in most-recently-used order.
typedef struct wininfo_S wininfo_T;

struct wininfo_S
{
    wininfo_T   *wi_next;       // next entry or NULL for last entry
    wininfo_T   *wi_prev;       // previous entry or NULL for first entry
    win_T       *wi_win;        // pointer to window that did set wi_fpos
    pos_T       wi_fpos;        // last cursor position in the file
    int         wi_optset;      // TRUE when wi_opt has useful values
    winopt_T    wi_opt;         // local window options
#ifdef FEAT_FOLDING
    int         wi_fold_manual; // copy of w_fold_manual
    garray_T    wi_folds;       // clone of w_folds
#endif
};

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