From d343d0ec38849f8c9645dabb9307f9793e22ac68 Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Tue, 18 Sep 2012 09:28:24 -0400 Subject: added modeline for vim editor Matlab expands tabs with spaces and use default space number equal to 4. So I need to adjust vim to this --- gui_win.m | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gui_win.m b/gui_win.m index 065ba7f..f9300d7 100644 --- a/gui_win.m +++ b/gui_win.m @@ -827,3 +827,6 @@ function button2comtinuousrun_KeyPressFcn(hObject, eventdata, handles) % Character: character interpretation of the key(s) that was pressed % Modifier: name(s) of the modifier key(s) (i.e., control, shift) pressed % handles structure with handles and user data (see GUIDATA) + + +% vim: tabstop=4 shiftwidth=4 expandtab -- cgit v1.2.3