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

escape & in substitution in fakevim mode

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Done
    • 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

    Description

      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

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes