From e18088407d2d25689c4c5b5783dee88ff210b293 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 21 Sep 2013 22:30:37 -0400 Subject: Renamed `buffer:convert_eo_ls()` to `buffer:convert_eols()`. --- scripts/gen_iface.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/gen_iface.lua b/scripts/gen_iface.lua index b1c71298..59362a00 100755 --- a/scripts/gen_iface.lua +++ b/scripts/gen_iface.lua @@ -107,6 +107,7 @@ for item in iface:match('Functions%[%] = (%b{})'):sub(2, -2):gmatch('%b{}') do name = name:gsub('([a-z])([A-Z])', '%1_%2') name = name:gsub('([A-Z])([A-Z][a-z])', '%1_%2') name = name:lower() + if name == 'convert_eo_ls' then name = 'convert_eols' end local line = string_format('%s={%d,%d,%d,%d}', name, msg_id, types[rt_type], types[p1_type], types[p2_type]) functions[#functions + 1] = line -- cgit v1.2.3