就是按 ctrl+] 找不到 ctags 文件的问题。
比较奇怪
在 app/views/topics/show.html.erb 里 对着 likeable_tag 按
说找不到 ctags 文件,vim 环境所在的目录是 ruby-china 目录
➜ ruby-china git:(master) ✗ ls app config db dump.rdb Gemfile.lock log public README.markdown solr tags vendor Capfile config.ru doc Gemfile lib misc Rakefile script spec tmp
可以看见 tags 文件已经生成。
vimrc 里配置:tags=tags;
怪了,-_-#