因此,当我使用单独的文件打开拆分时,并且当我进行:q
任何拆分时,它会立即使我的 Vim/终端崩溃(我认为它们都崩溃了)。但是当我没有裂开时,我可以:q
没有任何问题。除了交换编辑器之外,我不确定还能做什么。我正在使用 alacritty 终端,并且我尝试使用 CTRL+Q,从这个答案,因为我以为我不小心按了 CTRL+S。但它没有用。
关于我的 vim 的信息:
VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Dec 12 2019 13:19:27)
MS-Windows 32-bit console version
Compiled by mool@tororo
Huge version without GUI. Features included (+) or not (-):
+acl +channel +cscope +ex_extra +iconv/dyn +listcmds -mzscheme +profile +sound +termguicolors +vartabs +windows
+arabic +cindent +cursorbind +extra_search +insert_expand +localmap -netbeans_intg -python +spell +terminal +vertsplit +writebackup
+autocmd +clientserver +cursorshape -farsi +job -lua +num64 -python3 +startuptime -termresponse +virtualedit -xfontset
+autochdir +clipboard +dialog_con +file_in_path +jumplist +menu +packages +quickfix +statusline +textobjects +visual -xim
+autoservername +cmdline_compl +diff +find_in_path +keymap +mksession +path_extra +reltime -sun_workshop +textprop +visualextra -xpm_w32
-balloon_eval +cmdline_hist +digraphs +float +lambda +modify_fname -perl +rightleft +syntax -tgetent +viminfo -xterm_save
+balloon_eval_term +cmdline_info -dnd +folding +langmap +mouse +persistent_undo -ruby +tag_binary +timers +vreplace
-browse +comments -ebcdic -footer +libcall -mouseshape +popupwin +scrollbind -tag_old_static +title +vtp
++builtin_terms +conceal +emacs_tags +gettext/dyn +linebreak +multi_byte -postscript +signs -tag_any_white -toolbar +wildignore
+byte_offset +cryptv +eval -hangul_input +lispindent +multi_lang +printer +smartindent -tcl +user_commands +wildmenu
system vimrc file: "$VIM\vimrc"
user vimrc file: "$HOME\_vimrc"
2nd user vimrc file: "$HOME\vimfiles\vimrc"
3rd user vimrc file: "$VIM\_vimrc"
user exrc file: "$HOME\_exrc"
2nd user exrc file: "$VIM\_exrc"
defaults file: "$VIMRUNTIME\defaults.vim"
Compilation: cl -c /W3 /nologo -I. -Iproto -DHAVE_PATHDEF -DWIN32 -DFEAT_CSCOPE -DFEAT_TERMINAL -DFEAT_SOUND -DFEAT_JOB_CHANNEL -DWINVER=0x0501 -D_WIN32_WINNT=0x0501 /MP -DHAVE_STDINT_H /Ox /GL -DNDEBUG /arch:IA32 /Zl /MT -DDYNAMIC_
ICONV -DDYNAMIC_GETTEXT -DFEAT_HUGE /Fd.\ObjCi386/ /Zi
Linking:
link /nologo /opt:ref /LTCG:STATUS oldnames.lib kernel32.lib advapi32.lib shell32.lib gdi32.lib comdlg32.lib ole32.lib netapi32.lib uuid.lib /machine:i386 libcmt.lib user32.lib winmm.lib WSock32.lib /PDB:vim.pdb -debug
无论有没有我的.vimrc
. Powershell、hyper 和 cmd 也会出现同样的问题。