Skip to content

Commit

Permalink
Fix missing comma in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
niosus committed Oct 30, 2017
1 parent 48e237f commit 8f65369
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@
"4.2.2": "messages/4.2.2.rst",
"4.2.3": "messages/4.2.3.rst",
"4.2.4": "messages/4.2.4.rst",
"4.2.5": "messages/4.2.5.rst"
"4.2.5": "messages/4.2.5.rst",
"4.2.6": "messages/4.2.6.rst"
}
11 changes: 11 additions & 0 deletions messages/4.2.6.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Version 4.2.6
=============

Improvements and bug fixes:
---------------------------
- Fix a bug in settings introduced in last release.

Show your support!
------------------
💜 this plugin? Please consider buying me a 🍵
https://github.com/niosus/EasyClangComplete#support-it
1 change: 0 additions & 1 deletion plugin/settings/settings_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ class SettingsStorage:
"objective_c_flags",
"objective_cpp_flags",
"progress_style",
"show_optional_arguments"
"show_type_info",
"triggers",
"use_libclang",
Expand Down

0 comments on commit 8f65369

Please sign in to comment.