Timeline for How to change in gvim GTK file browser the default file mask wildcard (glob)?
Current License: CC BY-SA 4.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 17, 2020 at 16:12 | vote | accept | Janek_Kozicki | ||
| Feb 17, 2020 at 7:50 | answer | added | Christian Brabandt | timeline score: 3 | |
| Feb 16, 2020 at 17:11 | history | edited | Janek_Kozicki | CC BY-SA 4.0 | added 198 characters in body |
| Feb 16, 2020 at 17:09 | comment | added | D. Ben Knoble | ah interesting; didnt know that. Your best first stop is always :help browsefilter | |
| Feb 16, 2020 at 17:08 | history | edited | Janek_Kozicki | CC BY-SA 4.0 | added 444 characters in body |
| Feb 16, 2020 at 17:05 | comment | added | Janek_Kozicki | Well, the glob information is passed on from gvim. How else the browser would know which buffer inside gvim was active upon invocation? I am thinking about grepping gvim sources to find the variable name for that. Was hoping that someone knows it. OK, so far I got this: grep -E "\*\.cpp \*\.c\+\+" . -r --color yields: ./runtime/ftplugin/c.vim: let b:browsefilter = "C++ Source Files (*.cpp *.c++)\t*.cpp;*.c++\n". So what is b:browsefilter and how to use it ? | |
| Feb 16, 2020 at 16:30 | review | Close votes | |||
| Feb 17, 2020 at 15:03 | |||||
| Feb 16, 2020 at 16:10 | comment | added | D. Ben Knoble | I'm voting to close this question as off-topic because this site is about vi/vim, not the GTK file browser. | |
| Feb 16, 2020 at 15:05 | history | asked | Janek_Kozicki | CC BY-SA 4.0 |