pullrequests Search Results · repo:zyedidia/micro language:Go
Filter by
1.2k results
(101 ms)1.2k results
inzyedidia/micro (press backspace or delete to remove)This removes export and related keywords from the list of keywords and adds a new rule for highlighting annotations
sockeye-d
- 13
- Opened 4 days ago
- #3901
Spent some time figuring out what this error message meant. Hopefully I can save someone else s time.
Context: The build-version.go script uses a default if it can t find a tag, but I mistakenly thought ...
vincesiu
- Opened 5 days ago
- #3900
https://github.com/microsoft/vscode/blob/main/extensions/cpp/package.json#L31
Ikos3k
- 1
- Opened 6 days ago
- #3898
This is the last change needed to fix Micro not running on OpenBSD. I ve sent an e-mail message to one mailing list,
which notifies about the Tcell update and provides a partial way to patch 2.0.14: https://marc.info/?l=openbsd-ports ...
niten94
- Opened 9 days ago
- #3895
before: img width= 1026 height= 123 alt= image src=
https://github.com/user-attachments/assets/e0e94ed6-4b3b-4151-b2aa-1c42d42d5ddf / img 1 (left) micro | img 2 (right) vim
after: img width= 559 height= ...
Ikos3k
- 2
- Opened 10 days ago
- #3894
Added support for additional compilers to the linter plugin for dlang. Reasoning: most of the unix distributions aren t
shipping the reference compiler, but the various compiler front-ends like ldc2 and ...
kodesettings
- 5
- Opened 15 days ago
- #3892
Fixing regression introduced by #3310 with missing word boundary
Test cases (I like how github isn t highlighting some of these properly):
456 456.
.13248 4456
0x.456 45
58.
4e2
123.456e-67
123.456e-67f ...
Neko-Box-Coder
- Opened 17 days ago
- #3891
If you have multi-cursors inside braces and perform newline, the autoclose won t act as expected.
abc
{|}
abc
{|}
abc
{|}
| are the cursors. Here s what happens after newline
abc
{
|
}
abc
{|} ...
Neko-Box-Coder
- Opened 23 days ago
- #3886
This will execute the callback also in case the answer was no , like we did with #3719.
Fixes #3878
JoeKar
- 8
- Opened 23 days ago
- #3885