Skip to content

Commit

Permalink
Adding a vim modeline to all files - patch by Klaus Ethgen
Browse files Browse the repository at this point in the history
  • Loading branch information
nadvornik committed Oct 7, 2008
1 parent be6e4ea commit 0cd8f42
Show file tree
Hide file tree
Showing 171 changed files with 171 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ClayRGB1998_icc.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ unsigned char ClayRGB1998_icc[] = {
0x02, 0x33, 0x00, 0x00
};
unsigned int ClayRGB1998_icc_len = 580;
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/bar_exif.c
Original file line number Diff line number Diff line change
Expand Up @@ -687,3 +687,4 @@ GtkWidget *bar_exif_new(gint show_title, FileData *fd, gint advanced, GtkWidget

return eb->vbox;
}
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/bar_exif.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ const gint bar_exif_key_count;


#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/bar_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -1495,3 +1495,4 @@ void bar_info_selection(GtkWidget *bar, gint count)
gtk_widget_set_sensitive(bd->button_set_comment_replace, enable);

}
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/bar_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ void keyword_list_push(GtkWidget *textview, GList *list);


#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/bar_sort.c
Original file line number Diff line number Diff line change
Expand Up @@ -645,3 +645,4 @@ GtkWidget *bar_sort_new(LayoutWindow *lw)

return sd->vbox;
}
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/bar_sort.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ void bar_sort_close(GtkWidget *bar);


#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/cache-loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,4 @@ void cache_loader_free(CacheLoader *cl)
file_data_unref(cl->fd);
g_free(cl);
}
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/cache-loader.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ void cache_loader_free(CacheLoader *cl);


#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -794,3 +794,4 @@ gint cache_time_valid(const gchar *cache, const gchar *path)

return ret;
}
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,4 @@ gchar *cache_find_location(CacheType type, const gchar *source);


#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/cache_maint.c
Original file line number Diff line number Diff line change
Expand Up @@ -1295,3 +1295,4 @@ void cache_manager_show(void)

gtk_widget_show(cache_manager->dialog->dialog);
}
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/cache_maint.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ void cache_manager_show(void);


#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/cellrenderericon.c
Original file line number Diff line number Diff line change
Expand Up @@ -815,3 +815,4 @@ gqv_cell_renderer_icon_activate (GtkCellRenderer *cell,
}
return FALSE;
}
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/cellrenderericon.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,4 @@ GtkCellRenderer *gqv_cell_renderer_icon_new (void);
#endif /* __cplusplus */

#endif /* __GQV_CELL_RENDERER_ICON_H__ */
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/collect-dlg.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,4 @@ void collection_dialog_append(gchar *path, CollectionData *cd)
{
collection_save_or_load_dialog(path, DIALOG_APPEND, cd);
}
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/collect-dlg.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ void collection_dialog_append(gchar *path, CollectionData *cd);


#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/collect-io.c
Original file line number Diff line number Diff line change
Expand Up @@ -954,3 +954,4 @@ void collect_manager_notify_cb(FileData *fd, NotifyType type, gpointer data)
}

}
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/collect-io.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ void collect_manager_notify_cb(FileData *fd, NotifyType type, gpointer data);


#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/collect-table.c
Original file line number Diff line number Diff line change
Expand Up @@ -2494,3 +2494,4 @@ CollectInfo *collection_table_get_focus_info(CollectTable *ct)
{
return collection_table_find_data(ct, ct->focus_row, ct->focus_column, NULL);
}
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/collect-table.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ CollectInfo *collection_table_get_focus_info(CollectTable *ct);
GList *collection_table_selection_get_list(CollectTable *ct);

#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/collect.c
Original file line number Diff line number Diff line change
Expand Up @@ -1246,3 +1246,4 @@ CollectWindow *collection_window_new(const gchar *path)

return cw;
}
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/collect.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@ gint collection_window_modified_exists(void);


#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/color-man.c
Original file line number Diff line number Diff line change
Expand Up @@ -468,3 +468,4 @@ void color_man_start_bg(ColorMan *cm, ColorManDoneFunc done_func, gpointer done_
}

#endif /* define HAVE_LCMS */
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/color-man.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ void color_man_correct_region(ColorMan *cm, GdkPixbuf *pixbuf, gint x, gint y, g
void color_man_start_bg(ColorMan *cm, ColorManDoneFunc don_func, gpointer done_data);

#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ void radio_action_set_current_value(GtkRadioAction *action, gint current_value)
}
#endif
}
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
void radio_action_set_current_value(GtkRadioAction *action, gint current_value);

#endif /* COMPAT_H */
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,4 @@ void init_exec_time(void)
}

#endif /* DEBUG */
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,4 @@ void init_exec_time(void);


#endif /* _DEBUG_H */
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/dnd.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,4 @@ void dnd_set_drag_icon(GtkWidget *widget, GdkDragContext *context, GdkPixbuf *pi
g_object_unref(pixmap);
if (mask) g_object_unref(mask);
}
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/dnd.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ void dnd_set_drag_icon(GtkWidget *widget, GdkDragContext *context, GdkPixbuf *pi


#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/dupe.c
Original file line number Diff line number Diff line change
Expand Up @@ -3586,3 +3586,4 @@ static void dupe_notify_cb(FileData *fd, NotifyType type, gpointer data)
}

}
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/dupe.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,4 @@ void cell_renderer_height_override(GtkCellRenderer *renderer);


#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/editors.c
Original file line number Diff line number Diff line change
Expand Up @@ -918,3 +918,4 @@ const gchar *editor_get_name(gint n)

return _("(unknown)");
}
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/editors.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,4 @@ const gchar *editor_get_name(gint n);
gboolean is_valid_editor_command(gint n);

#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/exif-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -773,3 +773,4 @@ gint exif_jpeg_parse_color(ExifData *exif, guchar *data, guint size)

return FALSE;
}
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/exif-int.h
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,4 @@ gint exif_tiff_parse(ExifData *exif, guchar *tiff, guint size, ExifMarker *list)
gchar *exif_text_list_find_value(ExifTextList *list, guint value);

#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/exif.c
Original file line number Diff line number Diff line change
Expand Up @@ -1682,3 +1682,4 @@ void exif_free_preview(guchar *buf)

#endif
/* not HAVE_EXIV2 */
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/exif.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,4 @@ void exif_free_preview(guchar *buf);


#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/exiv2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -917,3 +917,4 @@ unsigned long RawFile::preview_offset(void)

#endif
/* HAVE_EXIV2 */
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/filecache.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,4 @@ static void file_cache_notify_cb(FileData *fd, NotifyType type, gpointer data)
file_cache_remove_fd(fc, fd);
}
}
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/filecache.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ void file_cache_set_max_size(FileCacheData *fc, gulong size);


#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/filedata.c
Original file line number Diff line number Diff line change
Expand Up @@ -2148,3 +2148,4 @@ gint file_data_unregister_real_time_monitor(FileData *fd)

return TRUE;
}
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/filedata.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,4 @@ gint file_data_register_real_time_monitor(FileData *fd);
gint file_data_unregister_real_time_monitor(FileData *fd);

#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/filefilter.c
Original file line number Diff line number Diff line change
Expand Up @@ -499,3 +499,4 @@ void sidecar_ext_add_defaults(void)
{
sidecar_ext_parse(".jpg;.cr2;.nef;.crw;.xmp", FALSE);
}
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/filefilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ GList *sidecar_ext_get_list(void);
gint ishidden(const gchar *name);

#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/format_canon.c
Original file line number Diff line number Diff line change
Expand Up @@ -633,3 +633,4 @@ gint format_canon_makernote(ExifData *exif, guchar *tiff, guint offset,

#endif
/* not HAVE_EXIV2 */
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/format_canon.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ gint format_canon_makernote(ExifData *exif, guchar *tiff, guint offset,


#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/format_fuji.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,4 @@ gint format_fuji_makernote(ExifData *exif, guchar *tiff, guint offset,

#endif
/* not HAVE_EXIV2 */
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/format_fuji.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ gint format_fuji_makernote(ExifData *exif, guchar *tiff, guint offset,


#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/format_nikon.c
Original file line number Diff line number Diff line change
Expand Up @@ -447,3 +447,4 @@ gint format_nikon_makernote(ExifData *exif, guchar *tiff, guint offset,

#endif
/* not HAVE_EXIV2 */
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/format_nikon.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ gint format_nikon_makernote(ExifData *exif, guchar *tiff, guint offset,


#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/format_olympus.c
Original file line number Diff line number Diff line change
Expand Up @@ -384,3 +384,4 @@ gint format_olympus_makernote(ExifData *exif, guchar *tiff, guint offset,

#endif
/* not HAVE_EXIV2 */
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/format_olympus.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ gint format_olympus_makernote(ExifData *exif, guchar *tiff, guint offset,


#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/format_raw.c
Original file line number Diff line number Diff line change
Expand Up @@ -565,3 +565,4 @@ gint format_debug_tiff_raw(guchar *data, const guint len,

#endif
/* not HAVE_EXIV2 */
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/format_raw.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,4 @@ gint format_debug_tiff_raw(guchar *data, const guint len,
#endif

#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/fullscreen.c
Original file line number Diff line number Diff line change
Expand Up @@ -677,3 +677,4 @@ GtkWidget *fullscreen_prefs_selection_new(const gchar *text, gint *screen_value,

return vbox;
}
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/fullscreen.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ GtkWidget *fullscreen_prefs_selection_new(const gchar *text, gint *screen_value,


#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/gq-marshal.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,4 @@ gq_marshal_VOID__INT_INT_INT_INT (GClosure *closure,

/* VOID:DOUBLE (gq-marshal.list:3) */

/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/gq-marshal.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ G_END_DECLS

#endif /* __gq_marshal_MARSHAL_H__ */

/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/histogram.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,3 +258,4 @@ gint histogram_draw(Histogram *histogram, GdkPixbuf *pixbuf, gint x, gint y, gin

return TRUE;
}
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/histogram.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ gulong histogram_read(Histogram *histogram, GdkPixbuf *imgpixbuf);
gint histogram_draw(Histogram *histogram, GdkPixbuf *pixbuf, gint x, gint y, gint width, gint height);

#endif /* HISTOGRAM_H */
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/history_list.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,3 +349,4 @@ GList *history_list_get_by_key(const gchar *key)

return hd->list;
}
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/history_list.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ GList *history_list_get_by_key(const gchar *key);


#endif /* HISTORY_LIST_H */
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/image-load.c
Original file line number Diff line number Diff line change
Expand Up @@ -1032,3 +1032,4 @@ gint image_load_dimensions(FileData *fd, gint *width, gint *height)

return success;
}
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/image-load.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,4 @@ gint image_loader_get_shrunk(ImageLoader *il);
gint image_load_dimensions(FileData *fd, gint *width, gint *height);

#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/image-overlay.c
Original file line number Diff line number Diff line change
Expand Up @@ -1088,3 +1088,4 @@ void image_osd_icon(ImageWindow *imd, ImageOSDFlag flag, gint duration)
image_osd_update_schedule(osd, FALSE);
image_osd_timer_schedule(osd);
}
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/image-overlay.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ void image_osd_toggle(ImageWindow *imd);


#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/image.c
Original file line number Diff line number Diff line change
Expand Up @@ -1769,3 +1769,4 @@ ImageWindow *image_new(gint frame)

return imd;
}
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/image.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,4 @@ void image_options_sync(void);


#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/img-view.c
Original file line number Diff line number Diff line change
Expand Up @@ -1707,3 +1707,4 @@ static void view_window_notify_cb(FileData *fd, NotifyType type, gpointer data)
break;
}
}
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/img-view.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ gint view_window_find_image(ImageWindow *imd, gint *index, gint *total);


#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/info.c
Original file line number Diff line number Diff line change
Expand Up @@ -950,3 +950,4 @@ void info_window_new(FileData *fd, GList *list, GtkWidget *parent)

gtk_widget_show(id->window);
}
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/info.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ GtkWidget *table_add_line(GtkWidget *table, gint x, gint y,
gchar *info_tab_default_order(void);

#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/intl.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@
#endif /* ENABLE_NLS */

#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/layout.c
Original file line number Diff line number Diff line change
Expand Up @@ -2010,3 +2010,4 @@ LayoutWindow *layout_new_with_geometry(FileData *dir_fd, gint popped, gint hidde
return lw;
}

/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/layout.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,4 @@ gint layout_toolbar_hidden(LayoutWindow *lw);
void layout_split_change(LayoutWindow *lw, ImageSplitMode mode);

#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/layout_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -415,3 +415,4 @@ void layout_config_order_from_text(const gchar *text, gint *a, gint *b, gint *c)
*c = text_char_to_num(text, 2);
}
}
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/layout_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ void layout_config_parse(gint style, const gchar *order,


#endif
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
1 change: 1 addition & 0 deletions src/layout_image.c
Original file line number Diff line number Diff line change
Expand Up @@ -1877,3 +1877,4 @@ void layout_image_notify_cb(FileData *fd, NotifyType type, gpointer data)
}

}
/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
Loading

0 comments on commit 0cd8f42

Please sign in to comment.