[Bug Report] vimer还是太少,deepin v25 vim这么明显的bug都没人反馈
Tofloor
poster avatar
deepinerV20.9
deepin
7 hours ago
Author

vim打开一个空白文件,直接输入了pp字母,这个能在网上看到是vim的bug,需要升级

@deepin流云,版本25.1.0

用vim编辑代码或者配置文件,直接给你加一个pp进去,会产生生产事故

录屏_deepin-terminal_20260412110815.gif

Reply Favorite View the author
All Replies
lon
deepin
7 hours ago
#1

/usr/share/vim/vim92/defaults.vim

74行开始

if has('mouse')
  if &term =~ 'xterm'
    set mouse=a
  else
    set mouse=nvi
  endif
endif

我习惯改成

set nu
Reply View the author
deepinerV20.9
deepin
7 hours ago
#2
lon

/usr/share/vim/vim92/defaults.vim

74行开始

if has('mouse')
  if &term =~ 'xterm'
    set mouse=a
  else
    set mouse=nvi
  endif
endif

我习惯改成

set nu

好的,我试试,多谢

Reply View the author