Gregory Nisbet
Results
2
issues of
Gregory Nisbet
Bash, even in posix emulation mode, will expand braced sequences (I don't think that's the official name for this construction). ``` $ bash --posix -c 'echo {1..10}' 1 2 3...
Using the below configuration file (and the latest version of evil-mode and evil-leader as a submodule in my `.emacs/modules` directory), I am able to reproduce a bug where ` b`...