step

Results 41 issues of step

Issue: Toolbar does not show item count when folder has hidden items and toolbar type = text only. ---- Options > Filer Windows > Tools/Minibuffer > `Toolbar type = ICONS...

enhancement

Hi jun7, consider three cases, where 'X' is always a non-existent file: 1) rox opens in /etc ```sh cd / rox -n -s /etc/X ``` 2) rox opens an empty...

enhancement

I customize the folder icon by adding a png icon as file `.DirIcon`. Normally it works, but sometimes it doesn't and rox continues to display the default icon for the...

enhancement
help wanted

The syntax file for filetype=git includes syntax patterns for git word diff mode (git --diff --word-diff). However, if the first line after the diffLine `@@` is empty the patterns fail...

In the text block that begins with https://github.com/othree/eregex.vim/blob/950027d5942c7dc5f4cbcfdea7df360da9360697/doc/eregex.txt#L167 you could also add: > You can also simply type :/ and :? to access the vim built-in search commands without adding...

Opportunity to improve output compatibility: md2html replaces an initial TAB with four spaces while cmark doesn't. **test subject:** ````````````` test subject ``` ``` z ````````````` **expected output** (cmark output) ``````````````...

The shell prompt gets replicated when I resize the window with reflow patch enabled. Reproduce: [patches.h.txt](https://github.com/bakkeby/st-flexipatch/files/14601076/patches.h.txt) * Enable patch. [patches.h.txt](https://github.com/bakkeby/st-flexipatch/files/14601076/patches.h.txt) * Run `st -c fish &`. * Press Enter to...

gtk3 entry has-frame=false makes no visual difference screenshots captured in Fatdog64 -812 with gtkdialog 0.8.5 run examples/entry/entry_advanced left gtk2 - right gtk3 ![gtkdialog-20220706](https://user-images.githubusercontent.com/1414102/177525881-0b4b2516-fd9c-43c3-9557-7cacfcc1da95.png)

bug

Running `fatrace -C touch` as root on kernel 6.1.46: ``` fatrace: Failed to add watch for /: No such device ``` Running `strace fatrace` I can better see the error:...

I noticed two differences between cmark-gfm and md2html table rendering. I extracted all examples from test/spec-tables.txt and ran them through cmark-gfm 0.29.0.gfm.13 and md2html 0.5.2. looking for differences. The following...