cassepipe

Results 31 comments of cassepipe

I have been exeperiencing this crash for more than two years now. I thought an update would fix the issue sooner or later but since it's been so long I...

Thanks for your answer. I upgraded with the ppa (thank you) and I get the same behavior, I guess it must be some plugin from oh-my-zsh then.

@zanchey When you type `vim -t`, vim uses a `tags` or `TAGS` file. In it are the tags generated for all the files of a project (minus what's been excluded...

It seems like `zsh` is looking in all the sub-directories for the `tags` file (with a max depth of 10). I would think of the same approach (with maybe a...

`zsh` does not do it for `vi -t` but heck it could be great to get the same behaviour than with `vim -t`

I have since been learning C++ and I was wondering if someone familiar with the codebase could point me to where tag completion from a `tags` file would have to...

Thank you. It seems rather straightforward although quite bare. My aim is to parse a tag file after hitting tab when `vim -t` has been inserted. Not sure how I...

One easy workaround for Linux Mint is to use the Flatpak thunderbird version. Birdtray seems to be configured for it out of the box when you get from Flathub. Works...

Wouldn't a call to `memmove` affect performance for big strings ? Is it not better to mention in the doc that `sdscat` should not take two same pointers ?

I personnally settled on a setting a fixed sized font with the `set guifont` option and I was glad to learn to about the `lines` and `columns` option but this...