Chromium Code Reviews| Index: tools/gn/misc/vim/README.chromium |
| diff --git a/tools/gn/misc/vim/README.chromium b/tools/gn/misc/vim/README.chromium |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..03cd570a7a0b6c2088c012616201495441de6796 |
| --- /dev/null |
| +++ b/tools/gn/misc/vim/README.chromium |
| @@ -0,0 +1,5 @@ |
| +You can use this by adding |
| + |
| + set runtimepath^=.../tools/gn/misc/vim |
|
tfarina
2014/11/25 01:52:42
I would also say /path/to/chromium/src/tools/gn/mi
tfarina
2014/11/25 01:52:42
+= ?
scottmg
2014/11/25 03:25:36
^= is prepend, += is append. Either will work fine
|
| + |
| +to your .vimrc. |