Wed, 05 Feb 2020 21:22:55 -0800 |
Ludovic Chabant |
Revert previous change, it's breaking paths with spaces on unix.
|
Sun, 19 Jan 2020 11:13:13 +0800 |
zoumi |
Purge path before chdir
|
Sat, 26 Oct 2019 00:40:18 -0700 |
Ludovic Chabant |
Don't complain when the job gets killed when Vim exits.
|
Fri, 25 Oct 2019 23:52:12 -0700 |
Ludovic Chabant |
Fix some more spaces-in-paths issues.
|
Fri, 25 Oct 2019 23:48:08 -0700 |
Ludovic Chabant |
Print jobs' stdout and stderr separately to help troubleshooting.
|
Sun, 05 May 2019 22:10:53 -0700 |
Ludovic Chabant |
Strip any `-` characters left at the end of a tag-file path.
|
Wed, 13 Mar 2019 21:56:19 -0700 |
Ludovic Chabant |
Separate the default project marker finder into a function.
|
Tue, 12 Mar 2019 21:43:50 -0700 |
Ludovic Chabant |
Add `g:gutentags_add_ctrlp_root_markers` option.
|
Sun, 10 Mar 2019 23:31:34 -0700 |
Ludovic Chabant |
Handle custom project root finder functions returning no value.
|
Mon, 12 Nov 2018 00:07:27 -0800 |
Ludovic Chabant |
Add `g:gutentags_exclude_filetypes` setting.
|
Sun, 11 Nov 2018 21:48:15 -0800 |
Ludovic Chabant |
Make it more obvious what trace is coming from the background job.
|
Sat, 03 Nov 2018 23:56:50 -0700 |
Ludovic Chabant |
Add support for using `:verbose` with `:GutentagsUpdate`.
|
Sat, 03 Nov 2018 23:56:28 -0700 |
Ludovic Chabant |
Fix indenting.
|
Tue, 12 Jun 2018 21:11:53 -0700 |
Ludovic Chabant |
Make Vim8 terminate the background job on exit.
|
Sat, 09 Jun 2018 09:36:52 -0700 |
Ludovic Chabant |
Fix possible error in tracing job output if output is not a string.
|
Sun, 01 Apr 2018 11:52:13 -0700 |
Ludovic Chabant |
Status-line improvements.
|
Sun, 01 Apr 2018 11:50:10 +0200 |
Justin M. Keyes |
Fix arguments to gutentags#default_io_cb()
|
Sat, 31 Mar 2018 18:59:47 -0700 |
Ludovic Chabant |
Fix some stupid typo for Vim8 code path.
|
Sat, 31 Mar 2018 18:42:54 -0700 |
Ludovic Chabant |
Refactor for Vim8/Neovim job support.
|
Thu, 27 Jul 2017 23:08:18 -0700 |
Ludovic Chabant |
Simplify call sites for `add_progress`, fix bugs with the progress tracking.
|
Tue, 18 Apr 2017 21:43:59 -0700 |
Ludovic Chabant |
Add `g:gutentags_generate_on_empty_buffer` setting.
|
Thu, 23 Mar 2017 16:00:24 -0700 |
Ludovic Chabant |
Merge pull request #117 from GitHub.
|
Mon, 13 Mar 2017 12:07:21 -0300 |
Henry Kupty |
Back to getcwd()
|
Thu, 09 Mar 2017 20:03:06 -0300 |
Henry Kupty |
Fix getcwd for vim
|
Wed, 22 Feb 2017 00:42:49 +0200 |
Rafael Bodill |
Don't apply `wildignore` when looking for markers
|
Tue, 21 Feb 2017 12:36:45 -0800 |
Ludovic Chabant |
Use absolute paths for `ctags` if the tags file is not local.
|
Sun, 19 Feb 2017 20:00:13 -0800 |
Ludovic Chabant |
Merge pull request #97 from GitHub.
|
Mon, 10 Oct 2016 19:04:05 -0300 |
Henry Kupty |
Use scope-local functions
|
Sat, 18 Feb 2017 21:45:39 -0800 |
Ludovic Chabant |
Don't trigger a tags generation for the empty startup buffer.
|
Sat, 18 Feb 2017 18:20:51 -0800 |
Ludovic Chabant |
If a user init function specified an absolute path, don't mess with it.
|
Wed, 15 Feb 2017 17:14:12 -0800 |
Ludovic Chabant |
Support project root markers that are wildcard patterns.
|
Wed, 07 Dec 2016 21:20:50 -0800 |
Ludovic Chabant |
Only set `v:errmsg` when we throw an actual error.
|
Sat, 26 Nov 2016 16:33:41 -0800 |
Ludovic Chabant |
Merge changes.
|
Tue, 15 Nov 2016 12:50:48 +0800 |
thecontinium |
Enable Project Root Finder
|
Thu, 22 Sep 2016 22:14:17 -0700 |
Ludovic Chabant |
Add support for specifying buffer-specific tagfiles.
|
Fri, 22 Jul 2016 19:25:05 -0700 |
Stephen Kent |
Allow restricting tag generation to files listed by custom commands
|
Thu, 21 Jul 2016 00:41:23 +0200 |
Ludovic Chabant |
Don't use `uniq`.
|
Wed, 20 Jul 2016 12:22:51 +0200 |
Ludovic Chabant |
Add support for custom root finders like `vim-projectroot`.
|
Wed, 20 Jul 2016 12:11:13 +0200 |
Ludovic Chabant |
Don't search through the same root markers twice.
|
Wed, 20 Jul 2016 08:31:34 +0200 |
Ludovic Chabant |
Remember the buffer number in the `BufWritePost` callback.
|
Mon, 13 Jun 2016 18:46:35 -0700 |
Ludovic Chabant |
Merge pull request #76 from GitHub.
|
Mon, 13 Jun 2016 18:44:29 -0700 |
Ludovic Chabant |
Merge pull request #78 from GitHub.
|
Wed, 06 Apr 2016 19:08:18 +0200 |
Daniel Hahler |
minor: fix typos / unbalanced quotes
|
Wed, 06 Apr 2016 18:05:39 +0200 |
Daniel Hahler |
Use existing b:gutentags_root
|
Tue, 05 Apr 2016 21:58:15 -0700 |
Ludovic Chabant |
Add `g:gutentags_exclude_project_root`.
|
Wed, 02 Mar 2016 10:47:55 -0500 |
David O'Trakoun |
Merge branch 'user-autocmd' of https://github.com/davidosomething/vim-gutentags into user-autocmd
|
Sat, 13 Feb 2016 15:30:30 -0500 |
David O'Trakoun |
add user autocmds for after tags updated
|
Sat, 13 Feb 2016 15:30:30 -0500 |
David O'Trakoun |
add user autocmds for after tags updated
|
Thu, 25 Feb 2016 21:04:46 -0800 |
Ludovic Chabant |
Fix more problems with paths and spaces in them.
|
Thu, 07 Jan 2016 21:09:52 -0800 |
Ludovic Chabant |
Don't enable Gutentags for markers at the root of the file-system.
|
Tue, 01 Dec 2015 22:04:45 -0800 |
Ludovic Chabant |
Add support for project types.
|
Tue, 24 Nov 2015 21:47:26 -0800 |
Ludovic Chabant |
Add `gutentags_enabled_user_func` callback.
|
Tue, 17 Nov 2015 21:11:20 -0800 |
Ludovic Chabant |
Don't generate tags on file opened if `gutentags_enabled` is false.
|
Fri, 09 Oct 2015 15:28:39 -0700 |
Ludovic Chabant |
Add a `g:gutentags_resolve_symlinks` option to resolve symlinks at setup time.
|
Wed, 26 Aug 2015 22:21:19 -0700 |
Ludovic Chabant |
Error and abort if we'll be overwriting a non-ctags file.
|
Wed, 26 Aug 2015 21:20:37 -0700 |
Ludovic Chabant |
Only show message about an existing update job for user-initiated actions.
|
Tue, 25 Aug 2015 23:08:19 -0700 |
Ludovic Chabant |
Fix broken call debug function.
|
Thu, 30 Jul 2015 14:42:27 -0400 |
Greg Hensley |
Use full list of root markers in get_project_root.
|
Mon, 27 Jul 2015 14:18:10 -0700 |
Ludovic Chabant |
Move the default `-R` option to an overridable "global" options file.
|
Thu, 16 Jul 2015 21:43:06 -0700 |
Ludovic Chabant |
Move `get_ctags_executable` to the `ctags` module.
|