Yuichi Tanikawa
Yuichi Tanikawa
ead67889c91c53ad967f85f5a89d986fdb98f6fb is not included in `v1.0.0`. Could you create a new release? I would like to update a homebrew formula (Homebrew/homebrew#32748).
This makes `open-on-github:repository` command open the remote branch tree URL (`github.com/user/repo/tree/some-branch`) by default if it exists and the branch is not master.
Bind `C-x C-f` to QuickOpen a file and `C-x b` to QuickOpen a buffer, and remove `C-o` command description in README because it's not actually bounded. FYI: `workbench.action.files.openFolder` is not...
Add support for `downcase-region` and `upcase-region` in https://www.gnu.org/software/emacs/manual/html_node/emacs/Case.html
Add `!editorReadonly ` to the condition of edit commands that actually modify text.
When opening files encoded in UTF-8 with BOM, specifying first column name causes a `no such column` error. ``` $ file nobom.csv bom.csv nobom.csv: ASCII text bom.csv: UTF-8 Unicode (with...
- For speed and simplicity, use expansions of parameter `functions` and `commands` to check whether function `bgnotify_formatted` is defined and commands to use exist each other. - Make some parameters...