I am using gvim on Windows 7.
My question relates to the Edit File dialog box that appears when File->Open is selected from the gvim menu bar.
At the bottom right of the Edit File dialog box is a file types selector that allows filtering of the displayed files based on their extension. The default selected option is the extension matching the file in the current buffer. For example, if I have a '.xml' file open when I attempt to open another file, the default selected option is 'XML Files (*.xml)', so unless I change the selected option, I may only browse for XML files. Since I work on files having many different extensions, I find myself having to change the selected option almost every time I open a file.
I wish to change the default selected option of the file types selector to be 'All Files (*. *)'. Does anyone know how to do this?