mirror of
https://github.com/neovim/neovim.git
synced 2025-12-07 23:22:39 +00:00
terminal: absolute CWD in term:// URI #11289
This makes it possible to restore the working directory of :terminal buffers when reading those buffers from a session file. Fixes #11288 Co-authored-by: Justin M. Keyes <justinkz@gmail.com>
This commit is contained in:
committed by
Justin M. Keyes
parent
451af7f087
commit
c6ff23d7a0
@@ -234,7 +234,8 @@ get_vimpatch() {
|
||||
printf "Creating patch...\n"
|
||||
echo "$patch_content" > "${NVIM_SOURCE_DIR}/${patch_file}"
|
||||
|
||||
printf "Pre-processing patch...\n"
|
||||
printf "Pre-processing patch...\n"
|
||||
preprocess_patch "${NVIM_SOURCE_DIR}/${patch_file}"
|
||||
|
||||
msg_ok "Saved patch to '${NVIM_SOURCE_DIR}/${patch_file}'."
|
||||
}
|
||||
@@ -305,7 +306,8 @@ git_hub_pr() {
|
||||
|
||||
hub_pr() {
|
||||
hub pull-request -m "$1"
|
||||
}
|
||||
}
|
||||
|
||||
git_hub_pr() {
|
||||
git hub pull new -m "$1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user