Commit Graph

  • 469c4b3188 Add g:tagbar_show_tag_count option (#685) raven42 2020-10-27 09:18:30 -05:00
  • 0d1c6442d9 Add option to print the tag linenumber in the tagbar window (#684) raven42 2020-10-27 08:37:33 -05:00
  • bc48b8b84b Scoped Highlighting (#683) raven42 2020-10-26 10:19:14 -05:00
  • 2a9270cb24 sq: would mess if set key mapping to '' (#675) Shane-XB-Qian 2020-10-24 15:17:11 +08:00
  • c26bf78a61 Merge pull request #676 from raven42/unknown-kinds raven42 2020-10-20 07:54:10 -05:00
  • 877561b727 Merge pull request #677 from diegok/master raven42 2020-10-20 07:53:49 -05:00
  • 353701eb8c Undone changes on legacy exuberant-ctags types file diegok 2020-10-20 12:01:37 +02:00
  • f9012df43b Add missing attributes and methods kinds on perl type diegok 2020-10-20 11:11:29 +02:00
  • 34a95983ed Add protection for unknown kinds Perform a has_key() check prior to referencing the dictionary to ensure the dictionary has a valid key for the specified kind. Note: When an unknown kind is found, it can mess up the tag highlighting in the tagbar window. Not sure why this is occurring. raven42 2020-10-19 12:16:36 -05:00
  • 0838f3c101 Merge pull request #674 from maujim/feature/compact-option Caleb Maclennan 2020-10-16 22:28:20 +03:00
  • 05bc912c76 Update doc to reflect new possible values for tagbar_compact. maujim 2020-10-16 14:16:54 -04:00
  • f5abcd6f46 Allow more granular control of tagbar_compact option. maujim 2020-10-16 14:16:19 -04:00
  • 55f3513d10 Merge pull request #669 from joshfrench/add-typescript-mappings raven42 2020-10-01 15:58:08 -05:00
  • 5fc8a7a209 enumerators -> enumerations Josh French 2020-10-01 16:52:36 -04:00
  • edb5d15f4d Add typescript mappings for universal ctags Josh French 2020-10-01 16:03:37 -04:00
  • a1e0e7a571 Hide signcolumn in tagbar window (#666) Wenxuan 2020-09-29 18:01:42 +08:00
  • 98efae9899 vim 7.4 compatibility for variable init (#665) raven42 2020-09-28 14:33:07 -05:00
  • 6099093050 Merge pull request #656 from raven42/large-file-handling raven42 2020-09-23 12:17:50 -05:00
  • 9e2e5d93b4 Merge branch 'master' into large-file-handling raven42 2020-09-23 11:47:24 -05:00
  • 64730d27a9 Added fsize calculation in fileinfo so better tracking can be used to display in tagbar window David Hegland 2020-09-23 11:45:02 -05:00
  • 259b47a691 Fix vimscript snafu from #660, closes #662 Caleb Maclennan 2020-09-23 17:09:33 +03:00
  • 8d17340295 Add g:tagbar_visibility_symbols (#660) Luis Piloto 2020-09-23 11:43:05 +01:00
  • 5339b4e8bd Add g:tagbar_scopestrs (#661) Luis Piloto 2020-09-23 11:02:34 +01:00
  • 1caa71aca3 Merge pull request #659 from raven42/line-wrap raven42 2020-09-21 10:09:18 -05:00
  • 88be6d9a4c Fix syntax in example text for new option raven42 2020-09-21 08:25:57 -05:00
  • 22df1b87af Fix for #647: Add g:tagbar_wrap option raven42 2020-09-21 08:24:01 -05:00
  • 6cb336d014 Update variable name raven42 2020-09-16 12:17:21 -05:00
  • 14a86de04b Update to use file size instead of line count raven42 2020-09-16 12:15:48 -05:00
  • be67ff7ae7 Add option to not trigger update on large files raven42 2020-09-14 15:15:39 -05:00
  • 30fb229937 Update URLs to reflect repository migration (Closes #651) Caleb Maclennan 2020-09-13 10:07:22 +03:00
  • e1c2c98922 Fixes #650 Correct window positioning defaults (#652) raven42 2020-09-01 08:59:16 -05:00
  • e5c864738d Fix issue with jumping to a tag with special characters (#649) bravestarr 2020-08-29 22:59:53 +08:00
  • 7dddde55b4 feat(dart_ctags): add inheritance tags John Castronuovo 2020-08-27 09:54:54 +02:00
  • 5e27cdb70b feat(dart_ctags): create scope for imports for dart, pub. local package tags John Castronuovo 2020-08-26 21:55:51 +02:00
  • 78c1612106 refactor(dart_ctags): improve tag order John Castronuovo 2020-08-26 20:26:13 +02:00
  • 29e3cef248 Merge branch 'master' into dart-ctags John Castronuovo 2020-08-26 20:18:52 +02:00
  • 183300ea3a feat(dart_ctags): add tag for mixins John Castronuovo 2020-08-26 20:16:37 +02:00
  • 40413d8760 Add user facing function to get tag near line number (#643) raven42 2020-08-26 04:18:05 -05:00
  • 600fb4255f Correct last contribution that contained an syntax error (#639) embear 2020-08-26 11:16:59 +02:00
  • 86b268471b Fix --file-scope option warning (#648) zhmars 2020-08-26 17:14:15 +08:00
  • bcc32b42b5 Fix has_key() parameters in currenttagtype function. (#645) Roman Dobosz 2020-08-24 10:23:17 +02:00
  • a81c01c294 Fix maximized state track on close (#642) Danilo Luvizotto 2020-08-17 02:33:00 -03:00
  • f52dadd162 feat(dart_ctags): add tags for enum, export, library, part, and part of John Castronuovo 2020-08-05 21:42:02 +02:00
  • a5090717dd Add function tabgar:Update() to manually trigger AutoUpdate() (#633) raven42 2020-08-03 07:30:13 -05:00
  • 88bdb86325 Remove debug statement left in 4e7e199 causing screen flicker (#634) raven42 2020-08-03 04:13:03 -05:00
  • 3fe9d8e13b Check for existence of key in dictionary before using it (#631) embear 2020-07-30 19:36:07 +02:00
  • 5bb0ef3576 Add more flexible options for window positioning (#630) raven42 2020-07-29 13:18:17 -05:00
  • d7063c7484 Reset window after jump to tag if zoomed (#625) tanhuacheng 2020-06-25 05:01:58 +08:00
  • 56399f446c Document extra languages supported by universal-ctags (#621) Aaron Toderash 2020-06-11 15:04:31 -06:00
  • fcabc99ca6 Add link to docs and how to open docs in README.md (#619) Hedy Li 2020-06-06 21:36:02 +08:00
  • a36880be22 Prevent temporary window creation on Windows (#611) Linwei 2020-05-30 16:51:45 +08:00
  • f1bea00e5b Merge pull request #610 from majutsushi/no-cache Caleb Maclennan 2020-05-29 22:42:31 +03:00
  • e8d127bf40 Catch error message from u/e ctags variants Caleb Maclennan 2020-05-29 21:55:11 +03:00
  • 92752b89ce Add option to disable use of tmp file cache Caleb Maclennan 2020-05-29 21:02:31 +03:00
  • 2a1486447a Play nicely with popup windows (#604) cridemichel 2020-05-05 14:47:01 +02:00
  • 1e50ea8536 Fix license link in readme file (#599) Felix Strobel 2020-04-24 17:37:42 +02:00
  • 679a9d9ac9 Block ProcessFile from processing unloaded or nonexistant buffers (#589) cridemichel 2020-01-23 17:06:44 +01:00
  • 6dafb3dfe8 Merge pull request #308 from gryf/show_tag_kind2 Caleb Maclennan 2020-01-17 13:59:59 +02:00
  • f3b76f9832 Fix for embedded interfaces PiotrProkop 2018-05-11 15:34:18 +02:00
  • 175f5053a1 Add package to singular_types dict to make it work for Golang PiotrProkop 2018-03-23 14:33:23 +01:00
  • d864a44a3d Additional function for displaying type of a current tag. Roman Dobosz 2016-02-14 14:45:03 +01:00
  • db6f884fc7 Update information amout contributors Caleb Maclennan 2020-01-16 13:18:53 +03:00
  • 86ab45aba7 Fix document syntax highlight (#587) zhmars 2020-01-16 17:41:04 +08:00
  • 65e014e5a3 Revert incorrect function argument handling 'fix' Caleb Maclennan 2020-01-15 12:16:30 +03:00
  • 2e952fb336 Fix bug in function 'put', was parsing wrong number of args (#585) cridemichel 2020-01-14 15:56:21 +01:00
  • bdcdd8d0d7 Fix argument handling bug in AutoUpdate function (#584) cridemichel 2020-01-14 11:11:37 +01:00
  • 3bd3ba403d gotags: kinds support ``e:embedded` and `w:fields`` (#583) dave 2020-01-08 14:34:21 +08:00
  • c876263e47 feat(dart_ctags): Support dart if dart_ctags is installed (#581) jrc2139 2020-01-06 14:29:08 +01:00
  • 3753b235a1 Merge pull request #580 from jrc2139/gotags Caleb Maclennan 2020-01-04 10:10:50 +03:00
  • 0a8a22e34d feat(gotags): override ctags for go if gotags is installed John Castronuovo 2020-01-03 23:48:19 +01:00
  • 524aa93372 Add g:tagbar_show_balloon option mars 2020-01-03 14:57:46 +08:00
  • ccc0d64e59 Merge pull request #575 from majutsushi/termencoding Caleb Maclennan 2020-01-02 21:43:01 +03:00
  • 3c4c8af4b4 Test whether &termencoding even exists before use Caleb Maclennan 2020-01-02 08:01:13 +03:00
  • d1c3f516ea Use Reviewdog to run Vint for nicer PR feedback (#572) Caleb Maclennan 2019-12-31 07:43:56 +03:00
  • ce30e3f0d1 Fall back to using bourne shell if $SHELL is Elvish (#571) Adam Jimerson 2019-12-22 00:28:44 -05:00
  • a0f51bd5a6 Arrange (u)ctag argument order to not clobber others (#560) Caleb Maclennan 2019-10-25 21:44:37 +03:00
  • ede158656a Merge pull request #557 from alerque/master Caleb Maclennan 2019-10-23 18:24:36 +03:00
  • d7f6ec1f8e Use --headless for Neovim test, install from universe Caleb Maclennan 2019-10-23 16:51:43 +03:00
  • f5a4932ed8 Add badge for CI check workflow Caleb Maclennan 2019-10-23 16:17:58 +03:00
  • c62eaf944b Test for basic functionality in (n)vim using CI job Caleb Maclennan 2019-10-23 14:19:44 +03:00
  • dcd5f446c3 Clarify ctag version compatibility, closes #556 Caleb Maclennan 2019-10-23 14:12:21 +03:00
  • e718c189e6 Merge pull request #555 from alerque/master Caleb Maclennan 2019-10-23 08:05:24 +03:00
  • 7e619b5f1c Add status badge for lint job, encourage good behavior Caleb Maclennan 2019-10-22 18:10:44 +03:00
  • 750b779ca3 Fix variable scope issues revealed by vint Caleb Maclennan 2019-10-22 17:58:37 +03:00
  • b607006c56 Fix syntax issues that are lint warnings Caleb Maclennan 2019-10-22 17:08:25 +03:00
  • 3c63890ce0 Setup GitHub Actions to lint vimscript Caleb Maclennan 2019-10-22 17:08:25 +03:00
  • 61bee90638 Add note to README so it is explicit this works with Neovim Caleb Maclennan 2019-10-22 11:02:32 +03:00
  • 0642b84cd4 Cleanup maintainer notice from README, closes #549 Caleb Maclennan 2019-10-22 11:00:41 +03:00
  • 4b51aa490e Use different argument for ctags vs. uctags, closes #552 Caleb Maclennan 2019-10-22 10:46:09 +03:00
  • cf6eb2d9f7 Merge pull request #544 from aymanbagabas/aymanbagabas/markdown Caleb Maclennan 2019-10-22 10:38:05 +03:00
  • 22f8084a2a Merge pull request #537 from preslavmihaylov/master Caleb Maclennan 2019-10-22 10:23:56 +03:00
  • 10209ffd3f Merge pull request #531 from rtyler/patch-1 Caleb Maclennan 2019-10-22 10:22:18 +03:00
  • e471e57ea6 Merge pull request #530 from hupfdule/manpage-support Caleb Maclennan 2019-10-22 10:19:23 +03:00
  • b9e7f0a291 Revert emergency fix, not actually broken; closes #550 Caleb Maclennan 2019-10-22 10:15:27 +03:00
  • 70b691efe1 Fix syntax bug introduced in merged PR #476 and emergency backtrack Caleb Maclennan 2019-10-21 19:53:56 +03:00
  • b7766a1693 Merge pull request #529 from hupfdule/asciidoc-support Caleb Maclennan 2019-10-21 19:44:48 +03:00
  • bd810fd1a6 Merge pull request #502 from chocoladisco/master Caleb Maclennan 2019-10-21 19:38:27 +03:00
  • a8e050f448 Merge pull request #493 from fievel/master Caleb Maclennan 2019-10-21 19:37:10 +03:00
  • 6dfe6afacc Merge pull request #481 from blueyed/allow-reload Caleb Maclennan 2019-10-21 19:12:35 +03:00
  • 3b7d19e0a1 Merge pull request #476 from goerz/ctags_options Caleb Maclennan 2019-10-21 18:40:26 +03:00