win32 gvim에서 tags 파일 경로 설정

swrhie의 이미지

안녕하세요.
win32에서 gvim ctag cscope를 이용하여 개발하고 있습니다.
_vimrc에
set tags=./tags,tags,../tags,../../tags,
set tags+=C:\Program Files\Compiler\Tool Chain\include\tags

이처럼 적었는데 두번째 줄의 절대경로의 tag 파일은 인식되지 않는 것 같습니다.
리눅스에서는 두번째 줄을
set tags+=/usr/compiler/tool\ chain/include/tags 이렇게 해서 잘 인식 됬는데요.
win32에서는 안되네요.
고수님들의 도움을 요청합니다.

february28의 이미지

vi에서 help _vimrc 해도 만족할만한것 안나오다가
help path 하니까 아래와 같이 나오는군요

- Spaces can also be used to separate directory names (for backwards
compatibility with version 3.0). To have a space in a directory
name, precede it with an extra backslash, and escape the space: >
:set path=.,/dir/with\\\ space

""\\\ "" 이렇게 하니까 되더군요..

--------------------------------------------------------------------------------
open source, open teaching, 천기누설이 꿈~ 은 개뿔...
--------------------------------------------------------------------------------