I have a very weird problem which did not exist in my environment before but now happened. When editing files, I'm used to doing this way:
- gvim . #open current directory browsing
- scroll up/down to select file, enter then edit.
- ctrl-6 #back to previous directory
However one day I found the step3 was failed, it said "No alternate file". My .vimrc file only contains:
colorscheme darkblue
set number
set autoindent
set nowrap
set ignorecase
set cursorline
I tried to clean all content in .cshrc but the same. Can anyone tell me what's wrong with my gvim ?
Thanks in advance.