Tokubara
Tokubara
When I use `BTags` command with markdown files, I often get this error: ``` sort: string comparison failed: Illegal byte sequence ``` With the commit, the problem is fixed. The...
The given example in the doc `:PandocTemplate save fancy_article pdf -Vdocumentclass=memoir -Vmainfont='Helvetica Neue'` will not work, because vim will pass as 'args', it must be double quote. So I think...
For example, I cannot search this entry with "rd". ``` ***** word word ```  But I can search this entry with "word".  I haven't find the description of...
I think it would be great if `find-file-in-directory` sets its `:category` to be `'file` and performs like `'file`(I mean target is "~/path/to/file"), so that we can define useful actions like...
The plugin in this repo fails when multiple terminal windows exists. I change the `get_terminal_windows` function so that it will get terminal window only in current tab. I also add...
The default sql formatter sqlformat doesn't work. For example: ```sql CREATE TABLE student ( sid INT PRIMARY KEY, name VARCHAR(16), login VARCHAR(32) UNIQUE, age SMALLINT, gpa FLOAT ); ``` format...
Often, multiple classes in a project have methods with the same name, making it difficult to distinguish between them using `counsel-etags`. For instance, in a project, there are multiple classes...