Malte Sandstede

Results 5 issues of Malte Sandstede

To prevent a situation where queries fail simply due to missing data, it might make sense to introduce default values (similar to `get-else` in [datomic](https://docs.datomic.com/on-prem/query.html)).

enhancement

Hi, I'm using this in my config, and while it's probably not perfect, I think it's better than the status quo: This PR - adds one-line fn support to imenu,...

### Description For me, count prefixes don't work in some cases. - Keybindings such as `ci(i(` or `c2i(` don't appear to be working. These would allow easy replacement / selection...

feature
text-objects
repeating
undo

This fixes issue 38: - `x` on the beginning of a string (`["]some string"`) without region deletes both double quotes - `x` on the end of a string (`"some string["]`)...

For example: ``` > @! function g() end g (generic function with 1 method) > g( g(var"#context"::ResourceContexts.AbstractContext) in Main at REPL[10]:1 ``` but ``` > @! function h()::Int end h...

bug