Browse Source

Corrected default preference options clang.queries

merge-requests/399/head
eidheim 6 years ago
parent
commit
d26326ab53
  1. 10
      src/files.h

10
src/files.h

@ -190,11 +190,11 @@ const std::string default_config_file = R"RAW({
"clang": { "clang": {
"separator": "::", "separator": "::",
"queries": { "queries": {
"@empty": "https://www.google.com/search?btnI&q=c%2B%2B+", "@empty": "https://www.google.com/search?q=c%2B%2B+",
"std": "https://www.google.com/search?btnI&q=site:http://www.cplusplus.com/reference/+", "std": "https://www.google.com/search?q=site:http://www.cplusplus.com/reference/+",
"boost": "https://www.google.com/search?btnI&q=site:http://www.boost.org/doc/libs/1_59_0/+", "boost": "https://www.google.com/search?q=site:http://www.boost.org/doc/libs/1_59_0/+",
"Gtk": "https://www.google.com/search?btnI&q=site:https://developer.gnome.org/gtkmm/stable/+", "Gtk": "https://www.google.com/search?q=site:https://developer.gnome.org/gtkmm/stable/+",
"@any": "https://www.google.com/search?btnI&q=" "@any": "https://www.google.com/search?q="
} }
} }
}, },

Loading…
Cancel
Save