diff options
author | Moonchild <moonchild@palemoon.org> | 2020-09-23 15:14:30 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-09-23 15:14:30 +0000 |
commit | 528b88d7048728c70227817ab59223e329171d15 (patch) | |
tree | 6cf8d3e43139234cbabc7075d13c4ab9a9b603fb /parser/htmlparser | |
parent | 5d97621bb92efe01b05834abc43c40016d9cf078 (diff) | |
download | UXP-528b88d7048728c70227817ab59223e329171d15.tar UXP-528b88d7048728c70227817ab59223e329171d15.tar.gz UXP-528b88d7048728c70227817ab59223e329171d15.tar.lz UXP-528b88d7048728c70227817ab59223e329171d15.tar.xz UXP-528b88d7048728c70227817ab59223e329171d15.zip |
Issue #1656 - Part 3: Nuke more vim config lines in the tree.
Another S&R run with some smarter matching.
Diffstat (limited to 'parser/htmlparser')
-rw-r--r-- | parser/htmlparser/CNavDTD.cpp | 1 | ||||
-rw-r--r-- | parser/htmlparser/CNavDTD.h | 1 | ||||
-rw-r--r-- | parser/htmlparser/nsHTMLTokenizer.cpp | 1 | ||||
-rw-r--r-- | parser/htmlparser/nsIParser.h | 1 | ||||
-rw-r--r-- | parser/htmlparser/nsParser.cpp | 1 | ||||
-rw-r--r-- | parser/htmlparser/nsParserConstants.h | 1 | ||||
-rw-r--r-- | parser/htmlparser/nsScanner.cpp | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/parser/htmlparser/CNavDTD.cpp b/parser/htmlparser/CNavDTD.cpp index ce4ac796d..decc6a963 100644 --- a/parser/htmlparser/CNavDTD.cpp +++ b/parser/htmlparser/CNavDTD.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set sw=2 ts=2 et tw=78: */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ diff --git a/parser/htmlparser/CNavDTD.h b/parser/htmlparser/CNavDTD.h index ae08c337c..b3c557e81 100644 --- a/parser/htmlparser/CNavDTD.h +++ b/parser/htmlparser/CNavDTD.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* vim: set sw=2 ts=2 et tw=78: */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ diff --git a/parser/htmlparser/nsHTMLTokenizer.cpp b/parser/htmlparser/nsHTMLTokenizer.cpp index f60a48c3c..a40e11f0e 100644 --- a/parser/htmlparser/nsHTMLTokenizer.cpp +++ b/parser/htmlparser/nsHTMLTokenizer.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set sw=2 ts=2 et tw=78: */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ diff --git a/parser/htmlparser/nsIParser.h b/parser/htmlparser/nsIParser.h index 31666cadb..897b1d0d8 100644 --- a/parser/htmlparser/nsIParser.h +++ b/parser/htmlparser/nsIParser.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* vim: set ts=2 sw=2 et tw=78: */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ diff --git a/parser/htmlparser/nsParser.cpp b/parser/htmlparser/nsParser.cpp index d1e521750..791ccf772 100644 --- a/parser/htmlparser/nsParser.cpp +++ b/parser/htmlparser/nsParser.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set sw=2 ts=2 et tw=79: */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ diff --git a/parser/htmlparser/nsParserConstants.h b/parser/htmlparser/nsParserConstants.h index e07a7e878..2f2373c7f 100644 --- a/parser/htmlparser/nsParserConstants.h +++ b/parser/htmlparser/nsParserConstants.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* vim: set ts=2 sw=2 et tw=78: */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ diff --git a/parser/htmlparser/nsScanner.cpp b/parser/htmlparser/nsScanner.cpp index 620764590..0fa8e43c6 100644 --- a/parser/htmlparser/nsScanner.cpp +++ b/parser/htmlparser/nsScanner.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set ts=2 sw=2 et tw=78: */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |