Revision acc243a002d5cf26c175fdd657ca934d1b029484 authored by Erik Eckstein on 11 January 2016, 18:43:39 UTC, committed by Erik Eckstein on 11 January 2016, 18:43:39 UTC
It's probably the cause for the fail of SourceKit/SyntaxMapData/syntaxmap-edit-del.swift

This reverts commit ff4ea546149ae8c98bfc41dd05ed308a9dc8b6a3.
1 parent b5d5d82
Raw File
CMakeLists.txt
add_subdirectory(vim)

if(SWIFT_INSTALL_TOOLS)
  # FIXME: install gyb.
endif()

swift_install_in_component(editor-integration
    FILES swift-mode.el
    DESTINATION "share/emacs/site-lisp")

back to top