log autoload/gutentags/ctags.vim @ 230:a798f7ad11c5

age author description
Mon, 12 Nov 2018 12:12:15 -0800 Ludovic Chabant Fix bug for when `wildignore` is empty.
Sun, 11 Nov 2018 21:48:00 -0800 Ludovic Chabant Place all the `wildignore` exclude patterns in a generated options file.
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.
Thu, 27 Jul 2017 22:38:02 -0700 Ludovic Chabant Don't change the current working directory more often than needed.
Tue, 30 May 2017 12:16:20 -0700 Ludovic Chabant Only check for the ctags executable once.
Sat, 22 Apr 2017 10:32:30 -0700 Stephen Kent Replace matchstrpos() with match() + split() for backwards compatibility
Thu, 23 Mar 2017 17:38:14 -0700 Ludovic Chabant Fix broken test for whether the tag file is inside the project root.
Mon, 13 Mar 2017 12:07:21 -0300 Henry Kupty Back to getcwd()
Thu, 09 Mar 2017 19:15:04 -0300 Henry Kupty Another take on fixing tcd brakeage
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:12:01 -0800 Ludovic Chabant Merge pull request #110 from GitHub.
Sun, 05 Feb 2017 22:32:56 -0800 Thaer Escape reserved Vim patterns in wildignore entries.
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:57:52 -0800 Ludovic Chabant Always use the potentially custom name for the tags file.
Sat, 18 Feb 2017 18:21:35 -0800 Ludovic Chabant Rename all ctags-related options to have "ctags" in their name.
Fri, 17 Feb 2017 17:21:57 -0800 Ludovic Chabant Post-processing for `tags` files, extra args for `ctags`.
Wed, 15 Feb 2017 17:15:00 -0800 Ludovic Chabant Add option to specify that a custom file lister returns absolute paths.
Wed, 07 Dec 2016 21:20:50 -0800 Ludovic Chabant Only set `v:errmsg` when we throw an actual error.
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
Fri, 22 Jul 2016 19:25:01 -0700 Stephen Kent Rename ctags.options to ctags_recursive.options
Wed, 20 Jul 2016 13:43:41 +0200 Ludovic Chabant Don't pass absolute paths to `ctags` when we want relative paths from it.
Sat, 14 May 2016 02:59:15 -0400 Justin M. Keyes expand() g:gutentags_ctags_executable
Fri, 25 Mar 2016 20:41:38 -0700 Ludovic Chabant Merge pull request #64 from GitHub.
Thu, 25 Feb 2016 02:02:03 +0300 Ilya Tumaykin ctags: use empty() instead of comparing with ""
Thu, 25 Feb 2016 01:59:47 +0300 Ilya Tumaykin ctags: fix output redirection on tcsh
Thu, 25 Feb 2016 01:28:08 +0300 Ilya Tumaykin ctags: remove trailing space
Fri, 26 Feb 2016 08:36:26 +0300 Ilya Tumaykin ctags: remove trailing blank line
Thu, 10 Mar 2016 14:49:55 -0800 Ludovic Chabant Fixes in the processing of `.gutctags`.
Thu, 25 Feb 2016 21:04:46 -0800 Ludovic Chabant Fix more problems with paths and spaces in them.
Sun, 21 Feb 2016 10:22:44 -0800 Ludovic Chabant Some `ctags` implementations can't handle spaces in paths.
Wed, 17 Feb 2016 23:30:24 -0800 Ludovic Chabant Give some error message if there's no available `ctags` on the system.
Tue, 01 Dec 2015 22:04:45 -0800 Ludovic Chabant Add support for project types.
Wed, 14 Oct 2015 19:31:50 -0700 Ludovic Chabant Check existing tags file as an opt-in thing for now.
Wed, 26 Aug 2015 22:21:19 -0700 Ludovic Chabant Error and abort if we'll be overwriting a non-ctags file.
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.
Thu, 16 Jul 2015 21:40:52 -0700 Ludovic Chabant Merge pull request #28 from GitHub.
Sun, 17 May 2015 10:39:20 +0200 marc Filetype specific ctags executable command
Wed, 15 Jul 2015 22:46:49 -0700 Ludovic Chabant Change the per-project option file to be `.gutctags` and process it first.
Sat, 16 May 2015 21:51:17 -0700 Ludovic Chabant Fix missing renames of `gutentags_ctags_executable`.
Thu, 09 Apr 2015 22:00:37 -0700 Ludovic Chabant Ctags options files changes
Mon, 16 Mar 2015 07:04:03 -0700 Ludovic Chabant Fix undefined variable error caused by a missing rename.
Fri, 20 Feb 2015 14:13:51 -0800 Ludovic Chabant Refactor Gutentags so functionality can be implemented in "modules".