Search notes:

vim script: v variables

"
"  ..\run_ v_variables
"

redir > v_variables.out

for v in sort(keys(v:))

  let s:type = type(eval('v:' . v))

  if s:type  == 0 || s:type  == 1

     echo printf('%-30s: %s', 'v:' . v, eval('v:' . v))

  elseif s:type == 3

     echo printf('%-30s  * Is a list', 'v:' . v)

  else

    echo printf('%-30s: type: %s', 'v:' . v, s:type)

  endif

endfor

redir END

q
Github repository about-vim, path: /vimscript/variables/internal/v_variables.vim

See also

VIM script

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...', 1759561893, '216.73.216.149', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/vim/script/vimscript/variables/internal/v_variables(66): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78