diff options
author | John Schmidt <john.schmidt.h@gmail.com> | 2014-03-18 17:08:04 +0100 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-05 10:01:22 -0300 |
commit | 84b06b77bdfd26aee3b803e7e851d8601b85d8d8 (patch) | |
tree | f009fcfcdea78bb7df7aee336c5f9642cc65a3a7 /src/os_unix.c | |
parent | 807494578888d12ce55db67d73948bef208c2695 (diff) | |
download | rneovim-84b06b77bdfd26aee3b803e7e851d8601b85d8d8.tar.gz rneovim-84b06b77bdfd26aee3b803e7e851d8601b85d8d8.tar.bz2 rneovim-84b06b77bdfd26aee3b803e7e851d8601b85d8d8.zip |
Remove mzscheme
Diffstat (limited to 'src/os_unix.c')
-rw-r--r-- | src/os_unix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os_unix.c b/src/os_unix.c index b4b1f8afc7..3f95f7bdc8 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -97,7 +97,6 @@ static int have_dollars(int, char_u **); static int save_patterns(int num_pat, char_u **pat, int *num_file, char_u ***file); - /* * Write s[len] to the screen. */ |