Skip to content
Snippets Groups Projects
  1. Jun 04, 2013
    • Bram Moolenaar's avatar
      updated for version 7.3.1111 · f811509c
      Bram Moolenaar authored
      Problem:    nfa_recognize_char_class() implementation is inefficient.
      Solution:   Use bits in an int instead of chars in a string. (Dominique Pelle)
      v7.3.1111
      f811509c
    • Bram Moolenaar's avatar
      updated for version 7.3.1110 · a2d95108
      Bram Moolenaar authored
      Problem:    New regexp matching: Using \@= and the like can be slow.
      Solution:   Decide whether to first try matching the zero-wdith part or what
                  follows, whatever is more likely to fail.
      v7.3.1110
      a2d95108
  2. Jun 03, 2013
  3. Jun 02, 2013
  4. Jun 01, 2013
  5. May 31, 2013
  6. May 30, 2013
Loading