diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-07-19 21:32:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-19 21:32:04 +0200 |
commit | afef973262bea3fe1563dc0571bb4168ac0914aa (patch) | |
tree | 3fda5cd682a39ee34a8d1b4a2f8dbcb2b13c19c0 /src/clint.py | |
parent | d5f7099be23e217a1fe1f5443257f1b5d1eacfea (diff) | |
download | rneovim-afef973262bea3fe1563dc0571bb4168ac0914aa.tar.gz rneovim-afef973262bea3fe1563dc0571bb4168ac0914aa.tar.bz2 rneovim-afef973262bea3fe1563dc0571bb4168ac0914aa.zip |
doc [ci skip] #10383
- test/README.md: document luassert `TableFormatLevel`
- CONTRIBUTING.md: absorb parts of the old "Development tips" wiki page
Diffstat (limited to 'src/clint.py')
-rwxr-xr-x | src/clint.py | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/src/clint.py b/src/clint.py index 862fdbc06b..719142d523 100755 --- a/src/clint.py +++ b/src/clint.py @@ -7,15 +7,14 @@ # modification, are permitted provided that the following conditions are # met: # -# * Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# * Redistributions in binary form must reproduce the above -# copyright notice, this list of conditions and the following disclaimer -# in the documentation and/or other materials provided with the -# distribution. -# * Neither the name of Google Inc. nor the names of its -# contributors may be used to endorse or promote products derived from -# this software without specific prior written permission. +# * Redistributions of source code must retain the above copyright notice, +# this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# * Neither the name of Google Inc. nor the names of its contributors may be +# used to endorse or promote products derived from this software without +# specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |