micro-editor / micro-editor/micro

curTab is always 0 in Lua plugin API

Open
#1,152 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
29.6k
Forks
1.4k
Avg merge
2d 18h
Merged PRs (30d)
10

Description

curTab always evaluates to 0 in Lua plugin API; need to use CurView().TabNum instead.

Commit hash: 1ab493d

This may be a duplicate of #1070

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by examining the Lua plugin API entry point for curTab and compare its behavior with CurView().TabNum. Check commit 1ab493d and issue #1070 for existing context, then verify that the API reports the current tab correctly and add or update a relevant test if the repository identifies one.

Written by the indexing model from the issue text.

Assessment

Tech stack
go, lua
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.