Age | Commit message (Collapse) | Author |
|
|
|
|
|
Fixes formatting on some rare cases when a percent ends up
in the $CMD variable, like these below:
- When assigning a variable, $CMD ends up with the second parameter;
in this case, $CMD will contain '+%s%N', messing with the syntax:
$ a=`date +%s%N`
- A function (or command in general) that contains a percent symbol:
$ to\%() { echo $(( $1 * 100 / $3))\% } # $CMD=to%()
$ to% 2 of 10 # $CMD=to%
|
|
|
|
This commit allows for paths with spaces to be symlinked
in Pow.
If an application is located in a folder like `/some path/to the/app`
the powit command would fail when it shouldn't. It's not the case
anymore.
|
|
|
|
|
|
aliases
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #2641, #2642
|
|
of Vagrant implementation details.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
filenames
|
|
insert mode once and all it did was shove !args... into the buffer. <esc> first.
|
|
|
|
in to allow me to put the window focus on MacVim / GVim depending on the different OS I happen to be on
|
|
of the running gvim process is used, and that's not right. We use the PWD explicitly instead, in this case
|
|
of gvim
|
|
|
|
|
|
|
|
The wiki is more readable than going to the plugins directory.
|
|
|
|
Especially given the inc_append_history option, it is not necessary to
set the (default) append_history option.
|
|
|
|
aliases
|
|
|
|
|
|
|
|
|
|
|