Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次の両方を試しましたが、成功しませんでした。
tabnew Foo.java +30 tabnew Foo.java:30
最初の例ではエラー メッセージが表示されますが、2 番目の例では Vim が文字列全体をファイル名として解釈します。
You need to reverse the arguments a bit, try this:
tabnew +30 Foo.java