Mikko

Results 11 issues of Mikko

To reproduce open a file `z.zig` and paste this code in: ```zig const std = @import("std"); pub fn main() void { var num: i32 = 42 + 24; // this...

argfix for 0 arguments got broken in #987, this fixes it and adds a couple of tests to make sure it keeps working the author of the change says it...

Adds support for using tectonic as the typesetter closes #187

I would like to be able to use gummi with [tectonic](https://github.com/tectonic-typesetting/tectonic/) as the typesetter command. I prefer to use tectonic for the compilation step because hunting down and installing all...

Let's say you have files `a` and `b` with the following content: ``` Line 1 Line 2 Line 3 Line 4 Line 5 Line 6 Line 7 ``` ``` Line...

The list in `help keybindings` was missing a few useful bindable actions such as `ForceQuit`.

Attempt at fixing some of the weird behavior of micro's `smartpaste` option (closes #3001)

The theme causes some Cinnamon applets (for example [Radio++](https://cinnamon-spices.linuxmint.com/applets/view/297)) to jump around when moving the cursor. This does not happen with any of the official Mint-X or Mint-Y themes. ##...

**Describe the bug** Syntax highlighting starts doing weird things when there are generic types in a parameter list. **To Reproduce** Paste this snippet to sublime code buffer with Crystal syntax...

bug

https://github.com/zyedidia/highlight/blob/291680feaca1bae8a5da754ac5626963657f2948/highlighter.go#L96 does not check if there is a backslash before the character. This causes various issues in micro-editor's syntax highlighting (for example https://github.com/zyedidia/micro/issues/2397, I have noticed similar problems in other...