dongqi8114 2014-02-08 10:05
浏览 91
已采纳

Vim在编辑php文件时烦人的自动版本

Consider this scenario :

function name() {
   $query = "select { some-value ";
}

Now, While typing the closing curly brace }, the line automatically indents to the left side like this :

function name() {
$query = "select { some-value }";
}

This is very much annoying. Each time, I have to indent it once again to the right. Secondly, consider this :

Class Name {
    $var = 'val'
}

Now, when I type semicolon ;, the line automatically indents to the left like this :

Class Name {
$var = 'val';
}

I also tried downloading the php-correct-indenting plugin and putting it inside the ~/.vim/indent/ directory, but still the same problem exists. BTW, I use vim 7.4.

  • 写回答

1条回答 默认 最新

  • douwu8251 2014-02-08 19:59
    关注

    You can figure out where the relevant options were set with

    :verbose set smartindent? ai? indentexpr?
    

    There is not much point in scrutinizing the vimrc file if the options are set somewhere else. (I had a quick look: Line 28 is the part that interests me the most.) BTW, I hope you mean ~/.vim/indent/ and not /.vim/indent/.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 关于大棚监测的pcb板设计
  • ¥20 sim800c模块 at指令及平台
  • ¥15 stm32开发clion时遇到的编译问题
  • ¥15 lna设计 源简并电感型共源放大器
  • ¥15 如何用Labview在myRIO上做LCD显示?(语言-开发语言)
  • ¥15 Vue3地图和异步函数使用
  • ¥15 C++ yoloV5改写遇到的问题
  • ¥20 win11修改中文用户名路径
  • ¥15 win2012磁盘空间不足,c盘正常,d盘无法写入
  • ¥15 用土力学知识进行土坡稳定性分析与挡土墙设计