vim:3路合并的每个缓冲区标题字符串(带Perforce)

时间:2016-11-21 21:35:48

标签: vim merge diff perforce

我想为vim设置一个四窗格,进行3向合并。我发现我可以这样做:

  @app.route('/test')
  def test():
      redis.set("test", "{test1: test}")
      time.sleep(5) # add the delay needed to the let the set finish
      print redis.get("test")   # print "{test1: test}" here
      return "now it works"

但我最终得到了基本/“他们的”副本标题中的'tmp'文件。

Perforce可以为我提供“他们的”路径(%T),我想为基础设置“BASE”。如何在每个缓冲区的基础上覆盖titlestring,最好是从命令行覆盖?

0 个答案:

没有答案