mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Remove auto change directory setting for vimfiler compatibility
This commit is contained in:
parent
977221fde5
commit
fa771c8d84
3 changed files with 2 additions and 5 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 10deba49809a0a4905a885ef36fc77d85f7f6923
|
||||
Subproject commit 38da52f6d047164bd9f9352b8a78cb960893242a
|
|
@ -1 +1 @@
|
|||
Subproject commit 8128ea2c9ca44174a75c51ba5768b392a26bb3a7
|
||||
Subproject commit 8fa7aea4b3b4c99891f2907828d4b99be6dee100
|
|
@ -83,9 +83,6 @@
|
|||
set timeout timeoutlen=500 "how long before timing out for mappings
|
||||
set ttimeout ttimeoutlen=100 "how long before timing out for terminal key codes
|
||||
|
||||
"change to a file's directory when it's opened
|
||||
if exists("+autochdir")|set autochdir|endif
|
||||
|
||||
"enable the auto-creation of missing folders in a save path
|
||||
if !exists('*s:MakeNewDir')
|
||||
function s:MakeNewDir(fullpath, buf)
|
||||
|
|
Loading…
Reference in a new issue