Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-6434

escape & in substitution in fakevim mode

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Done
    • Icon: Not Evaluated Not Evaluated
    • Qt Creator 2.4.0
    • Qt Creator 2.3.1
    • FakeVim
    • None
    • Linux, qt-creator-2.3.1 and qt-core-4.7.4

    • f73dc6f44414610074a2ab064e07c4249991174a

      In fakevim mode, vim command line handles '&' in substitution strangely. For example, I want to replace all 'a' with '&' in a line,

      :.s/a/\&/g

      this works in vim, but gives me '\&' in fakevim. of course,

      :.s/a/&/g

      is essential no-op.

      Fakevim should handle escape of & as in vim

        For Gerrit Dashboard: QTCREATORBUG-6434
        # Subject Branch Project Status CR V

            hjk hjk
            dli Dongxu Li
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes