Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2182)

Unified Diff: docs/linux_sublime_dev.md

Issue 2039923002: Fix the .ycm_extra_conf.py and SublimeText documentation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reverted a forgotten debug hack. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/vim/chromium.ycm_extra_conf.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/linux_sublime_dev.md
diff --git a/docs/linux_sublime_dev.md b/docs/linux_sublime_dev.md
index d06af8000f15ad87d1ada0ac2bab25a24a7ec9c4..dc12dbcc223b674b1e7dc68a25d74563da27f85f 100644
--- a/docs/linux_sublime_dev.md
+++ b/docs/linux_sublime_dev.md
@@ -15,8 +15,8 @@ Here's what works:
* Editing code works well (especially if you're used to it and get used to the
shortcuts).
* Navigating around the code works well. There are multiple ways to do this (a
- full list of keyboard shortcuts is available for [Windows/Linux](http://docs
- .sublimetext.info/en/latest/reference/keyboard_shortcuts_win.html) and
+ full list of keyboard shortcuts is available for [Windows/Linux](http://
+ docs.sublimetext.info/en/latest/reference/keyboard_shortcuts_win.html) and
[Mac](http://docs.sublimetext.info/en/latest/reference/keyboard_shortcuts_osx.html)).
* Building works fairly well and it does a decent job of parsing errors so
that you can click and jump to the problem spot.
@@ -569,8 +569,8 @@ Some other useful packages that improve sublime can be installed from `Ctrl+Shif
* Code navigation tools
* [AutoFileName](https://packagecontrol.io/packages/AutoFileName) - Auto-
completes filenames in #includes
- * [Open-Include](https://packagecontrol.io/packagenavigations/Open-
- Include) - Opens the file path under the cursor with `Alt + D`
+ * [Open-Include](https://packagecontrol.io/packagenavigations/Open-Include)
+ - Opens the file path under the cursor with `Alt + D`
* Text tools
* [Case Conversion](https://packagecontrol.io/packages/Case%20Conversion) -
automatically changes the case of selected text, e.g. `kConstantName` to
« no previous file with comments | « no previous file | tools/vim/chromium.ycm_extra_conf.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698