Files
neovim/src
Eliseo Martínez 0e9d2464b4 Fix localization: Fix build: Fix sed issue on OSX.
Problem:  On OSX, sed commands processing files converted to encodings
          other that UTF-8 fail with "RE error: illegal byte sequence".
Solution: Make sed execute with C locale throgh environment variables
          (LANG=C, LC_ALL=C, LC_CTYPE=C).
2014-05-27 19:58:41 -04:00
..