diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2012-09-18 09:28:24 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2012-09-18 09:28:24 -0400 |
commit | d343d0ec38849f8c9645dabb9307f9793e22ac68 (patch) | |
tree | c41aa3ea71cc42ae0052ccc9cea2b51deb02da0d /gui_win.m | |
parent | 5443013a9d026c3d5c833c211b971023404b6a87 (diff) | |
download | beam_profiler-d343d0ec38849f8c9645dabb9307f9793e22ac68.tar.gz beam_profiler-d343d0ec38849f8c9645dabb9307f9793e22ac68.zip |
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
Diffstat (limited to 'gui_win.m')
-rw-r--r-- | gui_win.m | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |