You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have multiple files opened in multiple tabs and press Ctrl+e for the Micro internal shell and set the filetype with set filetype txt to txt, for example, this will change the filetype for all open tabs and not for the current focused tab. I would expect that if i set the filetype it only will happen for the current focused tab.
If you need more informations about my system or something else, feel free to ask me.
Actually the filetype option is a special case, it is local-only, so even set filetype should set the filetype for the current buffer only. It was fixed in #3042.
No, the latest release 2.0.13 was in Oct 2023, while #3042 was merge in Mar 2024.
Maybe we will make a new release soon. In the meantime you can either use a nightly build from https://github.com/zyedidia/micro/releases/tag/nightly, or compile micro yourself, or just use setlocal filetype.
Description of the problem or steps to reproduce
If you have multiple files opened in multiple tabs and press Ctrl+e for the Micro internal shell and set the filetype with
set filetype txt
to txt, for example, this will change the filetype for all open tabs and not for the current focused tab. I would expect that if i set the filetype it only will happen for the current focused tab.If you need more informations about my system or something else, feel free to ask me.
Specifications
Commit hash:
Version: 2.0.11
OS:
Debian 12.5
Terminal:
xterm-256color
(hopefully correct)The text was updated successfully, but these errors were encountered: