From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7) Gecko/20040616 Firefox/0.9 Description of problem: using cscope_maps.vim plugin in coding c program, the developer can find all references to the token under cursor by hitting "CTRL-\ s", but in Fedora Core 3, if the iiim server was started, hitting "CTRL-\ s" will invoke Chinese pinyin input method instead of show the references to the token under cursor. I tried run /etc/init.d/iiimf stop, the finding function of cscope_maps.vim worked again, and /etc/init.d/iiimf start, the function of cscopt_maps.vim failed. BTW: my locale is Chinese UTF-8 Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1./etc/init.d/iiimf start 2. edit any c file under vim with cscope_maps.vim plugin 3. move cursor to one token 4. press CTRL-\ s, the chinese input method will be invoked 5. /etc/init.d/iiimf stop 6. edit any c file under vim with cscope_maps.vim plugin 7. move cursor to one token 8. press CTRL-\ s , all reference to this toke will be shown at the bottom of vim Additional info:
If you don't think it is a bug, could you please tell me how to solve under my environment. Thanx a lot
Same problem as #118023. Please look at that bug's comment #8 and see if it helps. *** This bug has been marked as a duplicate of 118023 ***
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.