Dr. Robert van Engelen

Results 199 comments of Dr. Robert van Engelen

Here you go. This intermittent problem is probably difficult to fix. I can live with it by restarting MacVim. But it should not have to be that way. ~~~ {...

Still happening in the latest 8.2.3455 MacVim. Up to 2.4GB after a few days of editing some files. It's typically increasing memory when opening a new file from the terminal...

Strange to see this error. `WITH_NO_MMAP` is defined in ugrep.hpp as you can see, but this file is included at most once (protected by the usual `#IFDEF`). No idea what...

The `--filter` option forks a task, whose output is piped into ugrep. The `-r` option recurses directories, which you don't need to use with compressed and archived files because these...

I agree that if there is a design idea or approach to beautify the TUI output without sacrificing the natural connection with grep, that would be nice. The `-Q` output...

One thing I should add: I usually start looking for matching files with option `-l` (ugrep TUI `ALT-l`) to list files. In the TUI TAB into a file to view...

Thanks for the feedback! I agree with your assessment. Initially ugrep (based on RE/flex) is more of a developer-centric tool that always uses the "C" locale. I will revisit the...

Just to chime in, since this issue is a valid one that can be easily avoided. I came up with an efficient approach to restrict searches to certain file systems,...

When GPL is combined with BSD, the GPL is still applicable to the overall software: Your modified version of the BSD-licensed code depends on the GPLv2-licensed code. In that case,...

I like this suggestion to include both long and short option forms, but it may perhaps be too much grammatical baggage for the casual reader to digest. The dictionary idea...