<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/misc2.c, branch v0.4.2</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>refactor: eliminate misc2.c</title>
<updated>2016-09-13T14:20:09+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-09-11T02:01:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=df072c3b2b20fb7d3d9d50b5ab0df92827aa628f'/>
<id>df072c3b2b20fb7d3d9d50b5ab0df92827aa628f</id>
<content type='text'>
move `call_shell` to misc1.c
Move some fns to state.c
Move some fns to option.c
Move some fns to memline.c
Move `vim_chdir*` fns to file_search.c
Move some fns to new module, bytes.c
Move some fns to fileio.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
move `call_shell` to misc1.c
Move some fns to state.c
Move some fns to option.c
Move some fns to memline.c
Move `vim_chdir*` fns to file_search.c
Move some fns to new module, bytes.c
Move some fns to fileio.c
</pre>
</div>
</content>
</entry>
<entry>
<title>system(): Respect 'sxe' and 'sxq' #2789</title>
<updated>2016-09-10T20:21:40+00:00</updated>
<author>
<name>Zhaosheng Pan</name>
<email>brglng@gmail.com</email>
</author>
<published>2015-06-03T11:01:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0991041ae72e866add2a820a6b0401d21b9a8fab'/>
<id>0991041ae72e866add2a820a6b0401d21b9a8fab</id>
<content type='text'>
Fixes #2773
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #2773
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.1061</title>
<updated>2016-05-20T04:47:52+00:00</updated>
<author>
<name>Michael Ennen</name>
<email>mike.ennen@gmail.com</email>
</author>
<published>2016-05-20T04:47:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=620806ec0758d9292c6a205ec5f3a90ba133a199'/>
<id>620806ec0758d9292c6a205ec5f3a90ba133a199</id>
<content type='text'>
Problem:    Compiler warning for ignoring return value of fwrite().
Solution:   Do use the return value. (idea: Charles Campbell)

https://github.com/vim/vim/commit/285bf84b4b9aca828828a8729b04cd59ab333dac
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Compiler warning for ignoring return value of fwrite().
Solution:   Do use the return value. (idea: Charles Campbell)

https://github.com/vim/vim/commit/285bf84b4b9aca828828a8729b04cd59ab333dac
</pre>
</div>
</content>
</entry>
<entry>
<title>*: Make set_vim_var_\* functions have proper argument types</title>
<updated>2016-04-17T23:48:20+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2016-03-20T18:31:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=494b1c9beef3755916048df29755d3d014902191'/>
<id>494b1c9beef3755916048df29755d3d014902191</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.649</title>
<updated>2015-11-29T08:08:16+00:00</updated>
<author>
<name>Shougo Matsushita</name>
<email>Shougo.Matsu@gmail.com</email>
</author>
<published>2015-11-29T08:06:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1968f4898a29c686e36c70505d485e63f9862f2c'/>
<id>1968f4898a29c686e36c70505d485e63f9862f2c</id>
<content type='text'>
Problem:    Compiler complains about ignoring return value of fwrite().
            (Michael Jarvis)
Solution:   Add (void).

https://github.com/vim/vim/commit/cf48767cd17130958a3076eed1872b6950947a0a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Compiler complains about ignoring return value of fwrite().
            (Michael Jarvis)
Solution:   Add (void).

https://github.com/vim/vim/commit/cf48767cd17130958a3076eed1872b6950947a0a
</pre>
</div>
</content>
</entry>
<entry>
<title>src/*: Remove `VIM - Vi improved ...` header</title>
<updated>2015-11-27T21:25:10+00:00</updated>
<author>
<name>Michael Reed</name>
<email>m.reed@mykolab.com</email>
</author>
<published>2015-11-27T21:09:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=53ee6425c80b9cf13e081c2502dcd4c43e40a4d9'/>
<id>53ee6425c80b9cf13e081c2502dcd4c43e40a4d9</id>
<content type='text'>
Regarding the individual items in the header:

`Vim - Vi improved	by Bram Moolenar`
  Bram Moolenar is already mentioned throughout the documentation, as
  well as the intro screen.

`:help uganda`
  It's already shown to all users who don't use `shortmess+=I` upon
  starting nvim, and is already placed prominently in help.txt, i.e.,
  `:help` run with no arguments.

`:help credits`
  Already mentioned near the top of help.txt.

`README.md`
  Already mentioned in develop.txt.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Regarding the individual items in the header:

`Vim - Vi improved	by Bram Moolenar`
  Bram Moolenar is already mentioned throughout the documentation, as
  well as the intro screen.

`:help uganda`
  It's already shown to all users who don't use `shortmess+=I` upon
  starting nvim, and is already placed prominently in help.txt, i.e.,
  `:help` run with no arguments.

`:help credits`
  Already mentioned near the top of help.txt.

`README.md`
  Already mentioned in develop.txt.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary includes for errno.h</title>
<updated>2015-11-25T21:38:33+00:00</updated>
<author>
<name>Rui Abreu Ferreira</name>
<email>raf-ep@gmx.com</email>
</author>
<published>2015-10-27T14:23:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4f24b9e06f59592c120dd6d5c1e7f0f4a53b23f1'/>
<id>4f24b9e06f59592c120dd6d5c1e7f0f4a53b23f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>src: README.txt -&gt; README.md</title>
<updated>2015-11-24T02:38:08+00:00</updated>
<author>
<name>Michael Reed</name>
<email>m.reed@mykolab.com</email>
</author>
<published>2015-11-24T02:38:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=af5483089ee6fac17823a5054699918c52905b97'/>
<id>af5483089ee6fac17823a5054699918c52905b97</id>
<content type='text'>
The former no longer exists in this repo; see the top of
src/nvim/README.md.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The former no longer exists in this repo; see the top of
src/nvim/README.md.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove char_u: message:smsg()</title>
<updated>2015-05-13T19:29:50+00:00</updated>
<author>
<name>Michael Reed</name>
<email>m.reed@mykolab.com</email>
</author>
<published>2015-05-13T19:29:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3c5864772f1c4d899fb5521868d373bcf0ebf788'/>
<id>3c5864772f1c4d899fb5521868d373bcf0ebf788</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable -Wconversion: normal.c.</title>
<updated>2015-04-27T17:27:07+00:00</updated>
<author>
<name>Eliseo Martínez</name>
<email>eliseomarmol@gmail.com</email>
</author>
<published>2015-04-26T18:32:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7c956dcbe8017dd68bf4221893bf554302b8fd90'/>
<id>7c956dcbe8017dd68bf4221893bf554302b8fd90</id>
<content type='text'>
Refactor summary:
- extern int opcount --&gt; extern long opcount
- bool find_decl(..., int len, ...) --&gt; bool find_decl(..., size_t len, ...)
  * int find_ident_under_cursor(...) --&gt; size_t find_ident_under_cursor(...)
    - int find_ident_at_pos(...) --&gt; size_t find_ident_at_pos(...)
    - int modify_fname(..., int *usedlen, ..., int *fnamelen) --&gt; int modify_fname(..., size_t *usedlen, ..., size_t *fnamelen)
      * char_u *eval_vars(..., int *usedlen, ...) --&gt; char_u *eval_vars(..., size_t *usedlen, ...)
        - int find_cmdline_var(..., int *usedlen) --&gt; ssize_t find_cmdline_var(..., size_t *usedlen)
        - static char_u *repl_cmdline(..., int srclen, ...) --&gt; static char_u *repl_cmdline(..., size_t srclen, ...)
    - bool get_visual_text(..., int *lenp) --&gt; bool get_visual_text(..., size_t *lenp)
      * char_u *find_file_name_in_path(..., int len, ...) --&gt; char_u *find_file_name_in_path(..., size_t len, ...)
        - static char_u *eval_includeexpr(..., int len) --&gt; static char_u *eval_includeexpr(..., size_t len)
        - char_u *find_file_in_path(..., int len, ...) --&gt; char_u *find_file_in_path(..., size_t len, ...)
          * char_u *find_file_in_path_option(..., int len, ...) --&gt; char_u *find_file_in_path_option(..., size_t len, ...)
            - char_u *find_directory_in_path(..., int len, ...) --&gt; char_u *find_directory_in_path(..., size_t len, ...)
      * int spell_move_to(...) --&gt; size_t spell_move_to(...)
        - int spell_check(...) --&gt; size_t spell_check(...)
        - static int spell_bad_len --&gt; static size_t spell_bad_len
    - void find_pattern_in_path(..., int len, ...) --&gt; void find_pattern_in_path(..., size_t len, ...)

Helped-by: Justin M. Keyes &lt;justinkz@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor summary:
- extern int opcount --&gt; extern long opcount
- bool find_decl(..., int len, ...) --&gt; bool find_decl(..., size_t len, ...)
  * int find_ident_under_cursor(...) --&gt; size_t find_ident_under_cursor(...)
    - int find_ident_at_pos(...) --&gt; size_t find_ident_at_pos(...)
    - int modify_fname(..., int *usedlen, ..., int *fnamelen) --&gt; int modify_fname(..., size_t *usedlen, ..., size_t *fnamelen)
      * char_u *eval_vars(..., int *usedlen, ...) --&gt; char_u *eval_vars(..., size_t *usedlen, ...)
        - int find_cmdline_var(..., int *usedlen) --&gt; ssize_t find_cmdline_var(..., size_t *usedlen)
        - static char_u *repl_cmdline(..., int srclen, ...) --&gt; static char_u *repl_cmdline(..., size_t srclen, ...)
    - bool get_visual_text(..., int *lenp) --&gt; bool get_visual_text(..., size_t *lenp)
      * char_u *find_file_name_in_path(..., int len, ...) --&gt; char_u *find_file_name_in_path(..., size_t len, ...)
        - static char_u *eval_includeexpr(..., int len) --&gt; static char_u *eval_includeexpr(..., size_t len)
        - char_u *find_file_in_path(..., int len, ...) --&gt; char_u *find_file_in_path(..., size_t len, ...)
          * char_u *find_file_in_path_option(..., int len, ...) --&gt; char_u *find_file_in_path_option(..., size_t len, ...)
            - char_u *find_directory_in_path(..., int len, ...) --&gt; char_u *find_directory_in_path(..., size_t len, ...)
      * int spell_move_to(...) --&gt; size_t spell_move_to(...)
        - int spell_check(...) --&gt; size_t spell_check(...)
        - static int spell_bad_len --&gt; static size_t spell_bad_len
    - void find_pattern_in_path(..., int len, ...) --&gt; void find_pattern_in_path(..., size_t len, ...)

Helped-by: Justin M. Keyes &lt;justinkz@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
