mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Fix missing newline
This commit is contained in:
parent
e633f48f4b
commit
f9756ba686
1 changed files with 1 additions and 1 deletions
|
@ -1241,7 +1241,7 @@ class ChangeDirSetting(Xettings):
|
|||
COMPLETE_DOTS = Var.with_default(
|
||||
"matching",
|
||||
doc="Flag to specify how current and previous directories should be "
|
||||
"tab completed ('./', '../'):"
|
||||
"tab completed ('./', '../'):\n"
|
||||
" - ``always`` Always complete paths with ./ and ../\n"
|
||||
" - ``never`` Never complete paths with ./ and ../\n"
|
||||
" - ``matching`` Complete if path starts with . or ..",
|
||||
|
|
Loading…
Add table
Reference in a new issue