Explorar el Código

[keybind.h] Changing ...end_buffer to ...edg_buffer

Vinicius Teshima hace 1 año
padre
commit
3f3005aa11
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/keybind.h

+ 2 - 2
src/keybind.h

@@ -23,7 +23,7 @@ void keybind_insert_newline(struct app *app, enum keybind_dir dir);
 
 void keybind_toggle_fps(struct app *app, enum keybind_dir dir);
 
-void keybind_mv_cur_end_buffer(struct app *app, enum keybind_dir dir);
+void keybind_mv_cur_edg_buffer(struct app *app, enum keybind_dir dir);
 void keybind_insert_last_pressed_key(struct app *app, enum keybind_dir dir);
 
 #if defined(KEYBIND_IMP) || defined(IMP)
@@ -236,7 +236,7 @@ keybind_toggle_fps(struct app *app, enum keybind_dir dir)
 }
 
 void
-keybind_mv_cur_end_buffer(struct app *app, enum keybind_dir dir)
+keybind_mv_cur_edg_buffer(struct app *app, enum keybind_dir dir)
 {
 	switch ( dir ) {
 	case DIR_FORWARD: {