我在我的配置中有以下配置,vimrc
可以kde Konsole
根据在 `vim.xml 中编辑的当前文件的标题自动更改选项卡标题。
" rename konsole terminal tab with the current filename
" http://vim.wikia.com/wiki/KDE_Konsole_renameSession_to_edited_file_name
" http://cathay4t.blogspot.fr/2011/08/auto-login-via-ssh-and-change-konsole.html
autocmd BufReadPost * :silent !qdbus org.kde.konsole $KONSOLE_DBUS_SESSION org.kde.konsole.Session.setTitle 1 % &
autocmd VimLeavePre * :silent !qdbus org.kde.konsole $KONSOLE_DBUS_SESSION org.kde.konsole.Session.setTabTitleFormat 0 $'%d : %n\n' &
glob
我的问题是,当我打开一堆文件时
vim *.pl
Konsole
变得有问题:字符在屏幕上随机混合。只有一个文件没有问题,Konsole tab
它应该被解决。
有什么提示可以杀死这个错误吗?我想到了计算在vim中打开的文件数,