-*editing.txt* For Vim version 9.1. Last change: 2025 Jun 04
+*editing.txt* For Vim version 9.1. Last change: 2025 Jun 25
VIM REFERENCE MANUAL by Bram Moolenaar
filetype plugin, so that the browse dialog would contain entries related to
the type of file you are currently editing. Disadvantage: This makes it
difficult to start editing a file of a different type. To overcome this, you
-may want to add >
+can add the following as the final filter on Windows: >
All Files\t(*.*)\t*\n
<
-as the final filter on Windows or >
+Or the following on other platforms, so that the user can still access any
+desired file: >
All Files\t(*)\t*\n
<
-on other platforms, so that the user can still access any desired file.
To avoid setting browsefilter when Vim does not actually support it, you can
use has("browsefilter"): >