aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2021-12-25 11:31:54 +0800
committerzeertzjq <zeertzjq@outlook.com>2021-12-25 11:31:54 +0800
commita5d3dd9359cd727f7c2e89b9b3951d55df4acf5d (patch)
tree3a5a8df83c676395c3043773f5a31a304551cc70 /src
parentcf609ce655676b7c4fb7eecdafb4df1b1f60afb6 (diff)
downloadrneovim-a5d3dd9359cd727f7c2e89b9b3951d55df4acf5d.tar.gz
rneovim-a5d3dd9359cd727f7c2e89b9b3951d55df4acf5d.tar.bz2
rneovim-a5d3dd9359cd727f7c2e89b9b3951d55df4acf5d.zip
vim-patch:partial:0e6adf8a29d5
Update runtime files https://github.com/vim/vim/commit/0e6adf8a29d5c2c96c42cc7157f71bf22c2ad471
Diffstat (limited to 'src')
-rw-r--r--src/nvim/options.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua
index c0872f75bc..28b4eb9fe2 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -276,7 +276,7 @@ return {
},
{
full_name='cdhome', abbreviation='cdh',
- short_desc=N_("change directory to the home directory by :cd"),
+ short_desc=N_(":cd without argument goes to the home directory"),
type='bool', scope={'global'},
secure=true,
varname='p_cdh',