[geany/geany] b7f7ce: Drop vi modelines
Jiří Techet
git-noreply at xxxxx
Sat Sep 10 07:26:33 UTC 2016
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Fri, 19 Aug 2016 14:16:32 UTC
Commit: b7f7ce267546d4e43511b613594daeb6e8051559
https://github.com/geany/geany/commit/b7f7ce267546d4e43511b613594daeb6e8051559
Log Message:
-----------
Drop vi modelines
Modified Paths:
--------------
ctags/main/args.c
ctags/main/args.h
ctags/main/ctags.h
ctags/main/entry.c
ctags/main/entry.h
ctags/main/general.h
ctags/main/keyword.c
ctags/main/keyword.h
ctags/main/lcpp.c
ctags/main/lcpp.h
ctags/main/lregex.c
ctags/main/main.c
ctags/main/main.h
ctags/main/nestlevel.c
ctags/main/nestlevel.h
ctags/main/options.c
ctags/main/options.h
ctags/main/parse.c
ctags/main/parse.h
ctags/main/parsers.h
ctags/main/read.c
ctags/main/read.h
ctags/main/routines.c
ctags/main/routines.h
ctags/main/sort.c
ctags/main/sort.h
ctags/main/strlist.c
ctags/main/strlist.h
ctags/main/vstring.c
ctags/main/vstring.h
ctags/parsers/asciidoc.c
ctags/parsers/asm.c
ctags/parsers/basic.c
ctags/parsers/c.c
ctags/parsers/cobol.c
ctags/parsers/conf.c
ctags/parsers/diff.c
ctags/parsers/erlang.c
ctags/parsers/fortran.c
ctags/parsers/haskell.c
ctags/parsers/html.c
ctags/parsers/jscript.c
ctags/parsers/lua.c
ctags/parsers/make.c
ctags/parsers/matlab.c
ctags/parsers/nsis.c
ctags/parsers/pascal.c
ctags/parsers/perl.c
ctags/parsers/php.c
ctags/parsers/powershell.c
ctags/parsers/python.c
ctags/parsers/r.c
ctags/parsers/rest.c
ctags/parsers/ruby.c
ctags/parsers/sh.c
ctags/parsers/sql.c
ctags/parsers/tcl.c
ctags/parsers/verilog.c
ctags/parsers/vhdl.c
Modified: ctags/main/args.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -252,5 +252,3 @@ extern void argDelete (Arguments* const current)
memset (current, 0, sizeof (Arguments));
eFree (current);
}
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/main/args.h
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -55,5 +55,3 @@ extern void argForth (Arguments* const current);
extern void argDelete (Arguments* const current);
#endif /* CTAGS_MAIN_ARGS_H */
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/main/ctags.h
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -23,5 +23,3 @@
#define AUTHOR_EMAIL "darren at hiebert.com"
#endif /* CTAGS_MAIN_CTAGS_H */
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/main/entry.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -412,5 +412,3 @@ extern void initTagEntry (tagEntryInfo *const e, const char *const name, const k
e->name = name;
e->kind = kind;
}
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/main/entry.h
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -96,5 +96,3 @@ extern void makeTagEntry (const tagEntryInfo *const tag);
extern void initTagEntry (tagEntryInfo *const e, const char *const name, const kindOption *kind);
#endif /* CTAGS_MAIN_ENTRY_H */
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/main/general.h
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -151,5 +151,3 @@ extern char *getenv (const char *);
#endif
#endif /* CTAGS_MAIN_GENERAL_H */
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/main/keyword.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -228,5 +228,3 @@ extern void printKeywordTable (void)
}
#endif
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/main/keyword.h
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -29,5 +29,3 @@ extern void printKeywordTable (void);
#endif
#endif /* CTAGS_MAIN_KEYWORD_H */
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/main/lcpp.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -980,5 +980,3 @@ extern char *cppGetArglistFromFilePos(MIOPos startPosition, const char *tokenNam
mio_setpos(File.mio, &originalPosition);
return arglist;
}
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/main/lcpp.h
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -49,5 +49,3 @@ extern int cppSkipOverCComment (void);
extern char *cppGetArglistFromFilePos(MIOPos startPosition, const char *tokenName);
#endif /* CTAGS_MAIN_GET_H */
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/main/lregex.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -685,5 +685,3 @@ extern void checkRegex (void)
{
/* not needed now we have GRegex */
}
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/main/main.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -171,5 +171,3 @@ void utils_warn(const char *msg)
{
g_warning("%s", msg);
}
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/main/main.h
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -24,5 +24,3 @@ extern boolean isDestinationStdout (void);
extern int main (int argc, char **argv);
#endif /* CTAGS_MAIN_MAIN_H */
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/main/nestlevel.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -74,5 +74,3 @@ extern NestingLevel *nestingLevelsGetCurrent(NestingLevels *nls)
return &nls->levels[nls->n - 1];
}
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/main/nestlevel.h
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -48,5 +48,3 @@ extern void nestingLevelsPop(NestingLevels *nls);
extern NestingLevel *nestingLevelsGetCurrent(NestingLevels *nls);
#endif /* CTAGS_MAIN_NESTLEVEL_H */
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/main/options.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -251,5 +251,3 @@ extern boolean isExcludedFile (const char* const name)
#define readOptionConfiguration
#define initOptions
#define freeOptionResources
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/main/options.h
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -107,5 +107,3 @@ extern void freeOptionResources (void);
void addIgnoreListFromFile (const char *const fileName);
#endif /* CTAGS_MAIN_OPTIONS_H */
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/main/parse.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -711,5 +711,3 @@ extern void installKeywordTable (const langType language)
lang->keywordInstalled = TRUE;
}
}
-
-/* vi:set tabstop=4 shiftwidth=4 nowrap: */
Modified: ctags/main/parse.h
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -157,5 +157,3 @@ extern void *TagEntryUserData;
extern void setTagEntryFunction(tagEntryFunction entry_function, void *user_data);
#endif /* CTAGS_MAIN_PARSE_H */
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/main/parsers.h
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -68,5 +68,3 @@
PowerShellParser
#endif /* CTAGS_MAIN_PARSERS_H */
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/main/read.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -619,5 +619,3 @@ extern char *readLineFromBypass (
what itself should do; just report it to the caller. */
return result;
}
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/main/read.h
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -118,5 +118,3 @@ extern boolean bufferOpen (unsigned char *buffer, size_t buffer_size,
#define bufferClose fileClose
#endif /* CTAGS_MAIN_READ_H */
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/main/routines.c
3 lines changed, 0 insertions(+), 3 deletions(-)
===================================================================
@@ -775,6 +775,3 @@ extern int strnicmp (const char *s1, const char *s2, size_t n)
return result;
}
#endif
-
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/main/routines.h
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -107,5 +107,3 @@ extern char* strstr (const char *str, const char *substr);
#endif
#endif /* CTAGS_MAIN_ROUTINES_H */
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/main/sort.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -215,5 +215,3 @@ extern void internalSortTags (const boolean toStdout)
}
#endif
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/main/sort.h
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -26,5 +26,3 @@ extern void internalSortTags (const boolean toStdout);
#endif
#endif /* CTAGS_MAIN_SORT_H */
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/main/strlist.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -276,5 +276,3 @@ extern void stringListPrint (const stringList *const current)
for (i = 0 ; i < current->count ; ++i)
printf ("%s%s", (i > 0) ? ", " : "", vStringValue (current->list [i]));
}
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/main/strlist.h
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -48,5 +48,3 @@ extern boolean stringListFileMatched (const stringList* const list, const char*
extern void stringListPrint (const stringList *const current);
#endif /* CTAGS_MAIN_STRLIST_H */
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/main/vstring.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -243,5 +243,3 @@ extern vString *vStringNewOwn (char *s)
return r;
}
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/main/vstring.h
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -82,5 +82,3 @@ extern void vStringTruncate (vString *const string, const size_t length);
extern vString *vStringNewOwn (char *s);
#endif /* CTAGS_MAIN_VSTRING_H */
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/parsers/asciidoc.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -229,5 +229,3 @@ extern parserDefinition* AsciidocParser (void)
def->parser = findAsciidocTags;
return def;
}
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/parsers/asm.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -366,5 +366,3 @@ extern parserDefinition* AsmParser (void)
def->keywordCount = ARRAY_SIZE (AsmKeywords);
return def;
}
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/parsers/basic.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -253,5 +253,3 @@ parserDefinition *FreeBasicParser (void)
def->parser = findBasicTags;
return def;
}
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/parsers/c.c
1 lines changed, 0 insertions(+), 1 deletions(-)
===================================================================
@@ -3351,4 +3351,3 @@ extern parserDefinition* ValaParser (void)
def->initialize = initializeValaParser;
return def;
}
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/parsers/cobol.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -47,5 +47,3 @@ extern parserDefinition* CobolParser (void)
def->method = METHOD_NOT_CRAFTED|METHOD_REGEX;
return def;
}
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/parsers/conf.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -128,5 +128,3 @@ extern parserDefinition* ConfParser (void)
def->parser = findConfTags;
return def;
}
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/parsers/diff.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -133,5 +133,3 @@ extern parserDefinition* DiffParser (void)
def->parser = findDiffTags;
return def;
}
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/parsers/erlang.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -188,5 +188,3 @@ extern parserDefinition *ErlangParser (void)
def->parser = findErlangTags;
return def;
}
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/parsers/fortran.c
1 lines changed, 0 insertions(+), 1 deletions(-)
===================================================================
@@ -2361,4 +2361,3 @@ extern parserDefinition* F77Parser (void)
def->keywordCount = ARRAY_SIZE (FortranKeywordTable);
return def;
}
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/parsers/haskell.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -354,5 +354,3 @@ extern parserDefinition* LiterateHaskellParser (void)
def->parser = findLiterateHaskellTags;
return def;
}
-
-/* vi:set expandtab tabstop=4 shiftwidth=4: */
Modified: ctags/parsers/html.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -58,5 +58,3 @@ extern parserDefinition* HtmlParser (void)
def->method = METHOD_NOT_CRAFTED|METHOD_REGEX;
return def;
}
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/parsers/jscript.c
1 lines changed, 0 insertions(+), 1 deletions(-)
===================================================================
@@ -1904,4 +1904,3 @@ extern parserDefinition* JavaScriptParser (void)
return def;
}
-/* vi:set tabstop=4 shiftwidth=4 noexpandtab: */
Modified: ctags/parsers/lua.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -127,5 +127,3 @@ extern parserDefinition* LuaParser (void)
def->parser = findLuaTags;
return def;
}
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/parsers/make.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -234,5 +234,3 @@ extern parserDefinition* MakefileParser (void)
def->parser = findMakeTags;
return def;
}
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/parsers/matlab.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -147,5 +147,3 @@ extern parserDefinition* MatlabParser (void)
def->parser = findMatlabTags;
return def;
}
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/parsers/nsis.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -144,5 +144,3 @@ extern parserDefinition* NsisParser (void)
def->parser = findNsisTags;
return def;
}
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/parsers/pascal.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -354,5 +354,3 @@ extern parserDefinition* PascalParser (void)
def->parser = findPascalTags;
return def;
}
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/parsers/perl.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -375,5 +375,3 @@ extern parserDefinition* PerlParser (void)
def->parser = findPerlTags;
return def;
}
-
-/* vi:set tabstop=4 shiftwidth=4 noexpandtab: */
Modified: ctags/parsers/php.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -1484,5 +1484,3 @@ extern parserDefinition* ZephirParser (void)
def->keywordCount = ARRAY_SIZE (PhpKeywordTable);
return def;
}
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/parsers/powershell.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -611,5 +611,3 @@ extern parserDefinition* PowerShellParser (void)
def->parser = findPowerShellTags;
return def;
}
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/parsers/python.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -831,5 +831,3 @@ extern parserDefinition *PythonParser (void)
def->parser = findPythonTags;
return def;
}
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/parsers/r.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -175,5 +175,3 @@ extern parserDefinition *RParser (void)
def->parser = createRTags;
return def;
}
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/parsers/rest.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -205,5 +205,3 @@ extern parserDefinition* RestParser (void)
def->parser = findRestTags;
return def;
}
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/parsers/ruby.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -550,5 +550,3 @@ extern parserDefinition* RubyParser (void)
def->parser = findRubyTags;
return def;
}
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/parsers/sh.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -109,5 +109,3 @@ extern parserDefinition* ShParser (void)
def->parser = findShTags;
return def;
}
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/parsers/sql.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -2351,5 +2351,3 @@ extern parserDefinition* SqlParser (void)
def->keywordCount = ARRAY_SIZE (SqlKeywordTable);
return def;
}
-
-/* vi:set tabstop=4 shiftwidth=4 noexpandtab: */
Modified: ctags/parsers/tcl.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -144,5 +144,3 @@ extern parserDefinition* TclParser (void)
def->parser = findTclTags;
return def;
}
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/parsers/verilog.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -331,5 +331,3 @@ extern parserDefinition* VerilogParser (void)
def->initialize = initialize;
return def;
}
-
-/* vi:set tabstop=4 shiftwidth=4: */
Modified: ctags/parsers/vhdl.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -288,5 +288,3 @@ extern parserDefinition* VhdlParser (void)
def->keywordCount = ARRAY_SIZE (VhdlKeywordTable);
return def;
}
-
-/* vi:set tabstop=4 shiftwidth=4: */
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list