<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/.luacheckrc, branch tmp</title>
<subtitle>Neovim fork with Rahm's personal hacks.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/'/>
<entry>
<title>fix(filetype): set default ft_ignore_pat in filetype.lua (#16917)</title>
<updated>2022-01-04T22:02:01+00:00</updated>
<author>
<name>Gregory Anders</name>
<email>8965202+gpanders@users.noreply.github.com</email>
</author>
<published>2022-01-04T22:02:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=60d3bb745d72cbf7dd3d83660e6f4d8c1a9dd770'/>
<id>60d3bb745d72cbf7dd3d83660e6f4d8c1a9dd770</id>
<content type='text'>
This default value is also set in filetype.vim, but if filetype.vim is
disabled the variable is never defined, which causes errors in some of
the dist#ft detection functions.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This default value is also set in filetype.vim, but if filetype.vim is
disabled the variable is never defined, which causes errors in some of
the dist#ft detection functions.</pre>
</div>
</content>
</entry>
<entry>
<title>build(lint): check scripts/*.lua</title>
<updated>2021-09-19T23:36:08+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2021-09-19T23:35:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=736299bf22c47f120d0790f2390511f3302f74a3'/>
<id>736299bf22c47f120d0790f2390511f3302f74a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>luacheck: Enforce compatibility with Lua5.1</title>
<updated>2020-07-31T05:32:07+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2020-07-31T05:31:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=817522b2316d10d5139790646da0d0d20039459c'/>
<id>817522b2316d10d5139790646da0d0d20039459c</id>
<content type='text'>
However, allow reading "jit" since we want to support running
differently under LuaJIT.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
However, allow reading "jit" since we want to support running
differently under LuaJIT.
</pre>
</div>
</content>
</entry>
<entry>
<title>Lua: vim.env, vim.{g,v,w,bo,wo} #11442</title>
<updated>2019-11-24T10:28:48+00:00</updated>
<author>
<name>Ashkan Kiani</name>
<email>ashkan.k.kiani@gmail.com</email>
</author>
<published>2019-11-24T10:28:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d0d38fc36e0c1602186aa540417070fa6c1e2746'/>
<id>d0d38fc36e0c1602186aa540417070fa6c1e2746</id>
<content type='text'>
- Add vim variable meta accessors: vim.env, vim.{g,v,w,bo,wo}
- Redo gen_char_blob to generate multiple blobs instead of just one
  so that multiple Lua modules can be inlined.
- Reorder vim.lua inclusion so that it can use previously defined C
  functions and utility functions like vim.shared and vim.inspect things.
- Inline shared.lua into nvim, but also keep it available in runtime.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add vim variable meta accessors: vim.env, vim.{g,v,w,bo,wo}
- Redo gen_char_blob to generate multiple blobs instead of just one
  so that multiple Lua modules can be inlined.
- Reorder vim.lua inclusion so that it can use previously defined C
  functions and utility functions like vim.shared and vim.inspect things.
- Inline shared.lua into nvim, but also keep it available in runtime.</pre>
</div>
</content>
</entry>
<entry>
<title>tests: move "busted" dir to "test" (#10518)</title>
<updated>2019-07-16T20:02:50+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2019-07-16T20:02:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=34c6e5beaf1f02b5291fcdc27e320cda72720ad4'/>
<id>34c6e5beaf1f02b5291fcdc27e320cda72720ad4</id>
<content type='text'>
* tests: move "busted" dir to "test"

It is used for outputHandlers only, and clearly belongs to the tests.
Use the full module name with the `-o` option to `busted` then for
clarity.

* luacheck

* test/busted/outputHandlers/TAP.lua: use/extend upstream</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* tests: move "busted" dir to "test"

It is used for outputHandlers only, and clearly belongs to the tests.
Use the full module name with the `-o` option to `busted` then for
clarity.

* luacheck

* test/busted/outputHandlers/TAP.lua: use/extend upstream</pre>
</div>
</content>
</entry>
<entry>
<title>Improve luacheck setup  [skip appveyor]</title>
<updated>2019-07-04T10:29:54+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2019-07-04T03:30:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=32361a1245d1584ae074702aa645bc20e353f787'/>
<id>32361a1245d1584ae074702aa645bc20e353f787</id>
<content type='text'>
- Move .luacheckrc to root, add read_globals=vim
- Simplify lualint target, run it on all lua files
- Lint preload.lua, but ignore W211
- Remove testlint target, included in lualint (and lint)
- Clean up .luacheckrc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Move .luacheckrc to root, add read_globals=vim
- Simplify lualint target, run it on all lua files
- Lint preload.lua, but ignore W211
- Remove testlint target, included in lualint (and lint)
- Clean up .luacheckrc
</pre>
</div>
</content>
</entry>
</feed>
