Sergey Vlasov
Sergey Vlasov
+1 for `debtransform `to ignore `.tar`. Until then I came up with another workaround. To hide the tarball from `debtransform` I had to set some bogus extension and explicitly list...
But it doesn't show up in `:messages`. UPDATE: I made a typo in the original post, fixed.
Hm, yeah, either the messages somehow need to be merged or maybe `echomsg` could accept highlighting syntax from statusline.
> so you want basically add highlighting to the `echomsg()` function, right? I cannot find `echomsg()` function documentation but I think yes, I would like to have some flexibly way...
>The message history would not store the highlight to keep it simple. But the text will be there. I think that would not be very useful if the highlighting cannot...
> Try adding "!" to 'guioptions': > set guioptions+=! This makes the call interruptible but unfortunately I always get `Press ENTER or type command to continue` when command finishes and...
This patch seems to fix the problem: ```diff diff --git src/os_unix.c src/os_unix.c index 07762f4c1..bb0f7cc35 100644 --- src/os_unix.c +++ src/os_unix.c @@ -5166,6 +5166,7 @@ mch_call_shell_fork( kill(0, SIGINT); # endif if (wpid...
SDK 10.6 has the same issue: ``` ld: library not found for -lcrt1.10.5.o ```
@renatn, there is nothing to install. @hajder haven't even scratched the surface in creating a Firefox version.
Thank you for the effort!