From 8e86ce8183c220705876ca12c0e34504806c1ff7 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Thu, 22 Nov 2018 18:26:41 +0100 Subject: [PATCH] Fix modeline --- tools/debugger/gdb/gdbinit | 2 +- tools/debugger/gdb/gdbinit.local | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/debugger/gdb/gdbinit b/tools/debugger/gdb/gdbinit index 276db00..5eec96b 100644 --- a/tools/debugger/gdb/gdbinit +++ b/tools/debugger/gdb/gdbinit @@ -3997,4 +3997,4 @@ end # Version 2 # Radix bugfix by elaine source /usr/share/peda/peda.py -/* vim: set filetype=gdb ts=8 sw=4 tw=120 et :*/ +# /* vim: set filetype=gdb ts=8 sw=4 tw=120 et :*/ diff --git a/tools/debugger/gdb/gdbinit.local b/tools/debugger/gdb/gdbinit.local index 2da6e66..b617c2a 100644 --- a/tools/debugger/gdb/gdbinit.local +++ b/tools/debugger/gdb/gdbinit.local @@ -1,2 +1,2 @@ source /usr/share/peda/peda.py -/* vim: set filetype=gdb ts=4 sw=4 tw=120 noet :*/ +# /* vim: set filetype=gdb ts=4 sw=4 tw=120 noet :*/