Mercurial > vim
comparison plugins/tags @ 4:1a705d7a7521
working on stuff
| author | luka |
|---|---|
| date | Thu, 23 Oct 2025 12:33:51 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 3:951569ccb9c7 | 4:1a705d7a7521 |
|---|---|
| 1 !_TAG_EXTRA_DESCRIPTION anonymous /Include tags for non-named objects like lambda/ | |
| 2 !_TAG_EXTRA_DESCRIPTION fileScope /Include tags of file scope/ | |
| 3 !_TAG_EXTRA_DESCRIPTION pseudo /Include pseudo tags/ | |
| 4 !_TAG_EXTRA_DESCRIPTION subparser /Include tags generated by subparsers/ | |
| 5 !_TAG_FIELD_DESCRIPTION epoch /the last modified time of the input file (only for F\/file kind tag)/ | |
| 6 !_TAG_FIELD_DESCRIPTION file /File-restricted scoping/ | |
| 7 !_TAG_FIELD_DESCRIPTION input /input file/ | |
| 8 !_TAG_FIELD_DESCRIPTION name /tag name/ | |
| 9 !_TAG_FIELD_DESCRIPTION pattern /pattern/ | |
| 10 !_TAG_FIELD_DESCRIPTION typeref /Type and name of a variable or typedef/ | |
| 11 !_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/ | |
| 12 !_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/ | |
| 13 !_TAG_KIND_DESCRIPTION!Vim C,constant /constant definitions/ | |
| 14 !_TAG_KIND_DESCRIPTION!Vim a,augroup /autocommand groups/ | |
| 15 !_TAG_KIND_DESCRIPTION!Vim c,command /user-defined commands/ | |
| 16 !_TAG_KIND_DESCRIPTION!Vim f,function /function definitions/ | |
| 17 !_TAG_KIND_DESCRIPTION!Vim m,map /maps/ | |
| 18 !_TAG_KIND_DESCRIPTION!Vim n,filename /vimball filename/ | |
| 19 !_TAG_KIND_DESCRIPTION!Vim v,variable /variable definitions/ | |
| 20 !_TAG_OUTPUT_EXCMD mixed /number, pattern, mixed, or combineV2/ | |
| 21 !_TAG_OUTPUT_FILESEP slash /slash or backslash/ | |
| 22 !_TAG_OUTPUT_MODE u-ctags /u-ctags or e-ctags/ | |
| 23 !_TAG_OUTPUT_VERSION 0.0 /current.age/ | |
| 24 !_TAG_PARSER_VERSION!Vim 0.0 /current.age/ | |
| 25 !_TAG_PATTERN_LENGTH_LIMIT 96 /0 for no limit/ | |
| 26 !_TAG_PROC_CWD /home/luka/.vim/plugins/ // | |
| 27 !_TAG_PROGRAM_AUTHOR Universal Ctags Team // | |
| 28 !_TAG_PROGRAM_NAME Universal Ctags /Derived from Exuberant Ctags/ | |
| 29 !_TAG_PROGRAM_URL https://ctags.io/ /official site/ | |
| 30 !_TAG_PROGRAM_VERSION 6.1.0 /v6.1.0/ | |
| 31 <CR> dbtables/dbtables.vim /^ nnoremap <buffer> <CR> :call <SID>ExecuteHistoryQuery(line('.'))<CR>$/;" m | |
| 32 <CR> dbtables/dbtables.vim /^ nnoremap <buffer> <CR> :call <SID>ShowTablePopup()<CR>$/;" m | |
| 33 <Leader>db dbtables/dbtables.vim /^nnoremap <Leader>db :call DBConsole()<cr>$/;" m | |
| 34 <Leader>dt dbtables/dbtables.vim /^nnoremap <Leader>dt :DBTables<CR>$/;" m | |
| 35 <Leader>eq dbtables/dbtables.vim /^nnoremap <Leader>eq :ExecuteSQL<CR>$/;" m | |
| 36 <Leader>ev dbtables/dbtables.vim /^xnoremap <silent> <Leader>ev :call <SID>ExecuteVisualSQLQuery()<CR>$/;" m | |
| 37 <Leader>mc dbtables/dbtables.vim /^nnoremap <Leader>mc :call DBConsole()<CR>$/;" m | |
| 38 <Leader>qh dbtables/dbtables.vim /^nnoremap <Leader>qh :call <SID>OpenQueryHistory()<CR>$/;" m | |
| 39 <Leader>rt dbtables/dbtables.vim /^nnoremap <Leader>rt :DBTables<CR>$/;" m | |
| 40 DBConsole dbtables/dbtables.vim /^function! DBConsole()$/;" f | |
| 41 DBTables dbtables/dbtables.vim /^command! DBTables call s:OpenDBTablesWindow()$/;" c | |
| 42 ExecuteSQL dbtables/dbtables.vim /^command! ExecuteSQL call s:ExecuteSQLQuery()$/;" c | |
| 43 OpenMariaDBConsole dbtables/dbtables.vim /^function! OpenMariaDBConsole()$/;" f | |
| 44 g:db_host dbtables/dbtables.vim /^let g:db_host = "" " Replace with your default database name$/;" v | |
| 45 g:db_name dbtables/dbtables.vim /^let g:db_name = "" " Replace with your default database name$/;" v | |
| 46 g:db_password dbtables/dbtables.vim /^let g:db_password = "" " Replace with your default database password$/;" v | |
| 47 g:db_user dbtables/dbtables.vim /^let g:db_user = "" " Replace with your default database username$/;" v | |
| 48 s:ClearTableOptions dbtables/dbtables.vim /^function! s:ClearTableOptions()$/;" f | |
| 49 s:ClosePopup dbtables/dbtables.vim /^function! s:ClosePopup()$/;" f | |
| 50 s:ExecuteDBQuery dbtables/dbtables.vim /^function! s:ExecuteDBQuery(query)$/;" f | |
| 51 s:ExecuteHistoryQuery dbtables/dbtables.vim /^function! s:ExecuteHistoryQuery(lnum)$/;" f | |
| 52 s:ExecuteSQLQuery dbtables/dbtables.vim /^function! s:ExecuteSQLQuery()$/;" f | |
| 53 s:ExecuteShellCommand dbtables/dbtables.vim /^function! s:ExecuteShellCommand(command)$/;" f | |
| 54 s:ExecuteVisualSQLQuery dbtables/dbtables.vim /^function! s:ExecuteVisualSQLQuery() range$/;" f | |
| 55 s:GetNearestTableName dbtables/dbtables.vim /^function! s:GetNearestTableName()$/;" f | |
| 56 s:HandleDBError dbtables/dbtables.vim /^function! s:HandleDBError(result, command)$/;" f | |
| 57 s:HandlePopupSelection dbtables/dbtables.vim /^function! s:HandlePopupSelection()$/;" f | |
| 58 s:HandleTableMenu dbtables/dbtables.vim /^function! s:HandleTableMenu()$/;" f | |
| 59 s:InsertTableOptions dbtables/dbtables.vim /^function! s:InsertTableOptions()$/;" f | |
| 60 s:OpenDBTablesWindow dbtables/dbtables.vim /^function! s:OpenDBTablesWindow()$/;" f | |
| 61 s:OpenQueryHistory dbtables/dbtables.vim /^function! s:OpenQueryHistory()$/;" f | |
| 62 s:OpenTableData dbtables/dbtables.vim /^function! s:OpenTableData(table)$/;" f | |
| 63 s:OpenTableSchema dbtables/dbtables.vim /^function! s:OpenTableSchema(table)$/;" f | |
| 64 s:RunTableOption dbtables/dbtables.vim /^function! s:RunTableOption()$/;" f | |
| 65 s:ShowTableAction dbtables/dbtables.vim /^function! s:ShowTableAction()$/;" f | |
| 66 s:ShowTableData dbtables/dbtables.vim /^function! s:ShowTableData()$/;" f | |
| 67 s:ShowTableMenuModal dbtables/dbtables.vim /^function! s:ShowTableMenuModal()$/;" f | |
| 68 s:ShowTablePopup dbtables/dbtables.vim /^function! s:ShowTablePopup()$/;" f | |
| 69 s:ShowTableSchema dbtables/dbtables.vim /^function! s:ShowTableSchema(table)$/;" f | |
| 70 s:query_history dbtables/dbtables.vim /^let s:query_history = []$/;" v |
