abingham / emacs-ycmd

Emacs client for ycmd, the code completion system.
MIT License
384 stars 46 forks source link

Same response handler for FixIt and RefactorRename requests #413

Closed ptrv closed 7 years ago

ptrv commented 7 years ago

Unify response handlers for FixIt and RefactorRename responses and make the same handler work for both request, because under the hood they have the same response data structure. Make the *ycmd-fixits* buffer also work for RefactoRename requests.