Tim Marston

Results 16 issues of Tim Marston

Add configuration option to select the order in which the window positions are cycled. Perhaps more consideration should be given to the options available. But I have added only 2:...

feature

This seems to work for me. The logic is that when `sp-forward-sexp` (in `sp--get-hybrid-sexp-end`) returns a next sexp whose `:beg` is before point, it must be because there are no...

needs-tests
needs-verification

Added `global-highlight-symbol-mode` and instruction in README to use it.

Add a `defcustom` to enable persisting of temporary highlight until it is changed. This causes the highlight to always be on and only after the idle timer has triggered a...

Bash (a GNU project) uses key bindings based on Emacs (a GNU project). Ctrl+K is a *very commonly* used Emacs (and therefore, Bash) keyboard binding to kill text from point/cursor...

V (http://vlang.io) uses '.v' files.

### Describe the bug When - You have a reference to a sumtype value - You smartcast as a reference to the sumtype variant You get a compiler error that...

Bug

### Describe the bug A required field of a struct should require initialisation when the struct is initialised. However, required checking incorrectly errors on the scenario where the struct is...

Bug

### Describe the bug When - initialising an optional field in a struct From - an optional variable Then cgen attempts to "dereference" the optional value (access its `data` member)...

Bug

### Describe the bug If an expression spans more than one line and contains an in-line comment, `v fmt` and `v vet` report a syntax error. ### Expected Behavior The...

Bug