## 事象
```console
mkdir oxide-sandbox
cd oxide-sandbox
echo 'new_file_folder_path = "notes"' > .moxide.toml
mkdir notes
touch notes/file1.md
echo 'a [[file1]]' > index.md
vim notes/file1.md
```
```
:lua vim.lsp.buf.rename()<CR>
file2<CR>
```
### 期待値
```
a [[file2]]
```
### 実際
```
a [[notes/file2]]
```
## 原因
<div class="link-card-v2">
<div class="link-card-v2-site">
<img class="link-card-v2-site-icon" src="https://github.githubassets.com/favicons/favicon.svg" />
<span class="link-card-v2-site-name">GitHub</span>
</div>
<div class="link-card-v2-title">
Rename command adds "new_file_folder_path" to links · Issue #163 · Feel-ix-343/markdown-oxide
</div>
<div class="link-card-v2-content">
Hi! I'm very excited about using markdown-oxide for PKM in Neovim. Thank you as always for your great work! I ha ...
</div>
<img class="link-card-v2-image" src="https://opengraph.githubassets.com/28a65ed53dde4a1ae6e5a704194c73580ddba5e7cb11071a7ced124b6091913a/Feel-ix-343/markdown-oxide/issues/163" />
<a href="https://github.com/Feel-ix-343/markdown-oxide/issues/163"></a>
</div>
## 解決方法
v0.24.1 以上にバージョンアップする。
> [!right-bubble] ![[minerva-face-right.webp]]
> > [!caution] [[ミネルヴァ]](agent)により自動で記述された項目です。
>
- [Issue #163](https://github.com/Feel-ix-343/markdown-oxide/issues/163) は 2024-10-12 に **COMPLETED としてクローズ**された。作者が「v1で直す予定だったが今直す」とコメントし、同日に修正コミット([6424aa9](https://github.com/Feel-ix-343/markdown-oxide/commit/6424aa97dff883905dbfba27f962a011d34e3f76)、[09cbaf7](https://github.com/Feel-ix-343/markdown-oxide/commit/09cbaf78e6ee18308226e05ae713c4f7c7e3664f))が入った。
- 修正はv0.24.0リリース後にコミットされているため、**v0.24.1 (2024-10-14) 以降**に含まれる(2026-06-29時点の最新はv0.25.12)。