- 03 Oct, 2018 2 commits
-
-
Griko Nibras authored
-
Rubén Durán Balda authored
Force the mark to point to the new dir, replacing the old one. Fixes #7195
-
- 02 Oct, 2018 17 commits
-
-
Sagar Patil authored
-
Michal Mazur authored
-
Fernando authored
Changed aliases from ``` alias vsce='code --extensions-dir' alias vsced='code --disable-extensions' ``` to ``` alias vsced='code --extensions-dir' alias vscde='code --disable-extensions' ``` `vsce` is the command line to publish extensions: https://code.visualstudio.com/docs/extensions/publish-extension
-
Marc Cornellà authored
-
Marc Cornellà authored
-
gramps authored
-
gramps authored
-
Marc Cornellà authored
This commit triggers precmd and chpwd hook functions iff we changed directory. This has the same behavior as zsh's hook function execution, which tries to run the functions in the order specified and silently ignores any function that does not exist. See http://zsh.sourceforge.net/Doc/Release/Functions.html#Hook-Functions Also moved duplicate nopushdminus logic to the `switch-to-dir` function.
-
gramps authored
-
gramps authored
-
Serdar Dalgıç authored
-
Benjamin Krein authored
-
Patrick Stegmann authored
-
Zach Whitten authored
-
Rubén Durán Balda authored
-
Alexandre Jacques authored
-
Brian Mitchell authored
-
- 01 Oct, 2018 5 commits
-
-
Marc Cornellà authored
Detect system Ruby in default `PATH`, and provide "system" completion if found. Tested with [the Dockerfile](https://gist.github.com/franklinyu/b8deda6a5093a17b575679b5808b371f).
-
Saurav Jaiswal authored
-
David McKissick authored
-
Marc Cornellà authored
-
Griko Nibras authored
-
- 26 Sep, 2018 4 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
This commit fixes the runtime error that says: prompt_status:2: symbols: attempt to assign array value to non-array It trips over a local array which is not properly declared.
-
Marc Cornellà authored
-
- 25 Sep, 2018 3 commits
-
-
Carlo Dapor authored
This PR fixes the runtime error that displays this: ```log prompt_status:2: symbols: attempt to assign array value to non-array ```. It trips over a local array which is not properly declared.
-
Erik authored
Fixes the broken bottom "Logging" section of the table
-
Chris authored
The options for kdialog in KDE use double dashes
-
- 24 Sep, 2018 3 commits
-
-
Marc Cornellà authored
This change had the unintended consequence of overriding the functions to ensure that application mode was set to use $terminfo sequences, introduced in #6449. Fixes #7137
-
Marten Seemann authored
-
Marc Cornellà authored
Remove Optional Static Type Checker's (mypy) cache files
-
- 23 Sep, 2018 1 commit
-
-
Batuhan's Unmaintained Account authored
Remove Optional Static Type Checker's (mypy) Cache Files on `pyclean`
-
- 21 Sep, 2018 3 commits
-
-
Igor Rootsi authored
-
Erik authored
-
Erik authored
-
- 16 Sep, 2018 1 commit
-
-
Nicolas authored
Also fixed minor typo Closes #6108 Co-authored-by: Matt <sifrawr@gmail.com>
-
- 15 Sep, 2018 1 commit
-
-
Marc Cornellà authored
-