Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 You can use this by adding | |
| 2 | |
| 3 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
| |
| 4 | |
| 5 to your .vimrc. | |
| OLD | NEW |