We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Bug in update_scopedb.cmd file prevents creation of cscope.out.files correctly
Steps to reproduce
The text was updated successfully, but these errors were encountered:
I have a fix that works for me in this pull request: #355
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Bug in update_scopedb.cmd file prevents creation of cscope.out.files correctly
Steps to reproduce
{
'ludovicchabant/vim-gutentags',
init = function()
vim.g.gutentags_modules = { 'ctags', 'cscope_maps' }
vim.g.gutentags_cscope_build_inverted_index_maps = 1
vim.g.gutentags_file_list_command = 'fd -e c -e cpp -e h -e hpp -e cc'
end,
},
:messages outpout
gutentags: Scanning buffer 'C:\proj_folder\path\to\source\file.c' for gutentags setup...
gutentags: No specific project type.
gutentags: Setting gutentags for buffer 'C:\proj_folder\path\to\source\file.c'
gutentags: Generating missing tags file: C:\proj_folder\cscope.out
gutentags: Running: 'C:/../AppData/Local/nvim-data/lazy/vim-gutentags\plat\win32\update_scopedb.cmd -e cscope -p C:\proj_folder -f C:\proj_folder\cscope.out -L "fd -e c -e cpp -e h -e hpp -e cc" -I'
gutentags: In: c:\proj_folder
gutentags: [job stderr]: ['cscope: cannot find file \interface\xx_utils.h^M', 'cscope: no source files found^M', '']
gutentags: [job stdout]: ['']
gutentags: [job stderr]: ['']
gutentags: Finished cscope_maps job.
gutentags: NOOP! cscope_maps does not need add or reset command
The text was updated successfully, but these errors were encountered: