Skip to content

Commit

Permalink
change sbumodule url to plopop
Browse files Browse the repository at this point in the history
  • Loading branch information
plopop committed Aug 17, 2023
1 parent 4aed448 commit ca5ffd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/vtextedit
Submodule vtextedit updated 38 files
+2 −2 .gitmodules
+1 −1 src/editor/editor.pro
+2 −1 src/editor/include/vtextedit/pegmarkdownhighlighter.h
+2 −2 src/editor/include/vtextedit/vtextedit.h
+1 −1 src/editor/markdowneditor/peghighlighterresult.cpp
+8 −8 src/editor/markdowneditor/pegparser.cpp
+1 −1 src/editor/markdowneditor/pegparser.h
+1 −1 src/editor/markdowneditor/textdocumentlayout.cpp
+1 −1 src/editor/textedit/theme.cpp
+1 −1 src/editor/textedit/vtextedit.cpp
+3 −3 src/editor/texteditor/completer.cpp
+1 −1 src/editor/texteditor/completer.h
+1 −1 src/editor/texteditor/editorextraselection.cpp
+3 −3 src/editor/texteditor/indicatorsborder.cpp
+3 −3 src/editor/texteditor/textfolding.h
+16 −15 src/editor/utils/markdownutils.cpp
+1 −1 src/editor/utils/networkutils.cpp
+1 −1 src/editor/utils/texteditutils.cpp
+1 −1 src/libs/katevi/katevi.pro
+3 −3 src/libs/katevi/src/emulatedcommandbar/completer.cpp
+1 −1 src/libs/katevi/src/emulatedcommandbar/emulatedcommandbar.cpp
+0 −1 src/libs/katevi/src/include/katevi/interface/command.h
+1 −1 src/libs/katevi/src/include/katevi/interface/kateviconfig.h
+8 −6 src/libs/katevi/src/keyparser.cpp
+31 −11 src/libs/katevi/src/lastchangerecorder.cpp
+15 −2 src/libs/katevi/src/lastchangerecorder.h
+3 −1 src/libs/katevi/src/macrorecorder.cpp
+2 −1 src/libs/katevi/src/macrorecorder.h
+11 −7 src/libs/katevi/src/macros.cpp
+2 −2 src/libs/katevi/src/macros.h
+3 −2 src/libs/katevi/src/modes/insertvimode.cpp
+2 −1 src/libs/katevi/src/modes/modebase.cpp
+1 −0 src/libs/katevi/src/modes/modebase.h
+19 −19 src/libs/katevi/src/modes/normalvimode.cpp
+3 −3 src/libs/katevi/src/modes/normalvimode.h
+1 −1 tests/test_textfolding/test_textfolding.h
+1 −1 tests/test_utils/test_utils.pro
+1 −1 tests/utils/utils.cpp

0 comments on commit ca5ffd8

Please sign in to comment.