Skip to content
Snippets Groups Projects
  1. Feb 21, 2014
  2. Feb 20, 2014
  3. Feb 19, 2014
  4. Feb 18, 2014
  5. Feb 17, 2014
  6. Feb 16, 2014
  7. Feb 14, 2014
  8. Feb 13, 2014
  9. Feb 11, 2014
  10. Feb 10, 2014
  11. Feb 07, 2014
    • Travis Heppe's avatar
      [vim] Add flipEscaping · 712f28ce
      Travis Heppe authored
      ... so that '|' can be used as an OR in regular expressions or as a literal
      character, depending on whether it was escaped or not.
      
      1) fix the escaping of '(' and ')' in search expressions.
      2) get the correct placement of the '\' in characters that need to introduce escaping.
      3) change the capture unit test to expect that '(' and ')' should be escaped, as does real vim.
      712f28ce
Loading