Search notes:

VIM: src/ex_cmds.h

exarg / exarg_T

ex_cmds.h defines the struct exarg / exarg_T which manages the arguments for an ex command.

ex_func_T

ex_func_T is a typedef for a function pointer that points to the function that manages a specific ex command:
typedef void (*ex_func_T) (exarg_T *eap);
These functions are (as it seems to me) implemented in ex_docmd.c.

cmdnames

cmdnames is an array of cmdname. Each cmdname defines the specifics of an ex command.

Adding new ex-commands

When a new ex command is added to ex_cmds.h, the file ex_cmdidxs.h needs to be generated with create_cmdidxs.vim

See also

ex_cmds.h

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