Fix that handles pathnames with spaces
Status: Beta
Brought to you by:
micahcarrick
This patch fixes a bug where if your working directory has spaces in its path ctags will not get the right path and no tags will be displayed.
The fix is actually very simple: quotes are added surrounding the path in ctags argument line to keep the shell from splitting it
Fix is in gedit-symbol-browser-plugin-defs.h
Patch to fix handling of spaces in working directory path